Module dexa_sdk.jsonld.exceptions
Expand source code
class ProofNotAvailableException(Exception):
"""Raised when proof or proof chain is not present in the agreement"""
pass
Classes
class ProofNotAvailableException (*args, **kwargs)
-
Raised when proof or proof chain is not present in the agreement
Expand source code
class ProofNotAvailableException(Exception): """Raised when proof or proof chain is not present in the agreement""" pass
Ancestors
- builtins.Exception
- builtins.BaseException