AuthHeaderNotValidException constructor
AuthHeaderNotValidException()
Implementation
AuthHeaderNotValidException()
: super(
'authorization header is not valid',
ErrorCodes.authHeaderNotValid,
errorCode: HttpStatus.badRequest,
);