ApiUnauthorizedException constructor

const ApiUnauthorizedException(
  1. String? message,
  2. int? statusCode,
  3. String? reason,
  4. {List<Error>? errors}
)

Implementation

const ApiUnauthorizedException(super.message, super.statusCode, super.reason,
    {super.errors});