throwSignatureException

fun throwSignatureException(errorCode: AvailErrorCode): Nothing

Throw a SignatureException with the given error code.

Parameters

errorCode
    The [AvailErrorCode] that indicates the problem.

Throws

    Always, with the given error code.