Changeset 9d1e3f7 for src/Common/ErrorObjects.h
- Timestamp:
- Apr 5, 2018, 11:58:01 AM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- 10246645, ca37445
- Parents:
- 593370c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/ErrorObjects.h
r593370c r9d1e3f7 35 35 class SemanticErrorException : public std::exception { 36 36 public: 37 37 SemanticErrorException() = default; 38 38 SemanticErrorException( CodeLocation location, std::string error ); 39 39 ~SemanticErrorException() throw() {}
Note: See TracChangeset
for help on using the changeset viewer.