ProvidedJwtNotValid constructor

ProvidedJwtNotValid(
  1. int code
)

Implementation

ProvidedJwtNotValid(int code)
    : super(
        'provided jwt is not valid with type: $code',
        ErrorCodes.jwtNotValid,
        errorCode: HttpStatus.badRequest,
      );