Source code for auditee.errors

"""Classes for ``auditee``-specific errors."""


[docs]class AuditeeError(Exception): """Base class for ``auditee`` errors."""
[docs]class SGXSignError(AuditeeError): """Error stemming from calling the ``sgx_sign`` tool."""