Unauthorized constructor

const Unauthorized(
  1. dynamic error
)

Implementation

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