Source code for stellar_sdk.sep.exceptions

from ..exceptions import SdkError


[docs]class InvalidSep10ChallengeError(SdkError): """If the SEP 0010 validation fails, the exception will be thrown."""