Changeset 2942 for inundation/utilities
- Timestamp:
- May 23, 2006, 10:50:19 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/utilities/anuga_exceptions.py
r2617 r2942 1 1 """Exceptions used by ANUGA 2 2 """ 3 4 import exceptions 5 class TitleError(exceptions.IOError): pass 6 class ParsingError(exceptions.IOError): pass 3 7 4 8
Note: See TracChangeset
for help on using the changeset viewer.