Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/SemanticError.cpp

    r16ba4897 rc92bdcc  
    8888}
    8989
    90 void SemanticErrorException::throwIfNonEmpty() {
    91         if ( !errors.empty() ) {
    92                 throw *this;
    93         }
     90bool SemanticErrorException::isEmpty() const {
     91        return errors.empty();
    9492}
    9593
Note: See TracChangeset for help on using the changeset viewer.