Unauthorized constructor
const
Unauthorized(
- dynamic error
Implementation
const Unauthorized(
dynamic error,
) : super('Unauthorized', '401', error);
const Unauthorized(
dynamic error,
) : super('Unauthorized', '401', error);