Source code for epicsarchiver.common.errors
"""Module of custom errors."""
[docs]
class ArchiverResponseError(Exception):
"""Problem with the response returned by the Archiver Appliance."""
"""Module of custom errors."""
[docs]
class ArchiverResponseError(Exception):
"""Problem with the response returned by the Archiver Appliance."""