UnauthorizedException constructor
const
UnauthorizedException([
- String? m
Implementation
const UnauthorizedException([String? m])
: super(m ?? 'Unauthorized. Please login again.', statusCode: 401);
const UnauthorizedException([String? m])
: super(m ?? 'Unauthorized. Please login again.', statusCode: 401);