Source code for hammurabi.exceptions

[docs]class AbortLawError(Exception): """ Custom exception to make sure that own exception types are caught by the Law's execution. """