[docs]classGMTCLibError(GMTError):""" Error encountered when running a function from the GMT shared library. """
[docs]classGMTCLibNotFoundError(GMTCLibError):""" Could not find the GMT shared library. """
[docs]classGMTCLibNoSessionError(GMTCLibError):""" Tried to access GMT API without a currently open GMT session. """
[docs]classGMTInvalidInput(GMTError):""" Raised when the input of a function/method is invalid. """
classGMTVersionError(GMTError):""" Raised when an incompatible version of GMT is being used. """classGMTImageComparisonFailure(AssertionError):""" Raised when a comparison between two images fails. """