Source code for drms.exceptions
__all__ = [
"DrmsError",
"DrmsExportError",
"DrmsOperationNotSupported",
"DrmsQueryError",
]
[docs]
class DrmsOperationNotSupported(DrmsError):
"""
Operation is not supported by DRMS server.
"""