Source code for gantry.exceptions
[docs]
class GantryError(Exception):
"""
Base exception for all error types that Gantry might raise.
"""
[docs]
class GantryError(Exception):
"""
Base exception for all error types that Gantry might raise.
"""