Source code for fastwater.otm_gpl.exceptions
"""
Telemac-Mascaret exceptions
"""
[docs]class TelemacException(Exception):
""" Generic exception class for all of Telemac-Mascaret Exceptions """
pass
[docs]class MascaretException(TelemacException):
""" Generic exception class for all of Telemac-Mascaret Exceptions """
pass