Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/ErrorObjects.h

    r9d1e3f7 ra16764a6  
    3535class SemanticErrorException : public std::exception {
    3636  public:
    37         SemanticErrorException() = default;
     37        SemanticErrorException() = default;
    3838        SemanticErrorException( CodeLocation location, std::string error );
    3939        ~SemanticErrorException() throw() {}
Note: See TracChangeset for help on using the changeset viewer.