Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/MultiLevelExit.cpp

    rc248b39 r16ba4897  
    688688        }
    689689
    690         if ( !errors.isEmpty() ) {
    691                 throw errors;
    692         }
     690        errors.throwIfNonEmpty();
    693691        return ret;
    694692}
Note: See TracChangeset for help on using the changeset viewer.