NoAuthHeaderException constructor

NoAuthHeaderException()

Implementation

NoAuthHeaderException()
    : super(
        'please provide the `authorization` in headers',
        ErrorCodes.noAuthHeaderProvided,
        errorCode: HttpStatus.badRequest,
      );