Unauthorized constructor

Unauthorized([
  1. String message = 'Try another token or creditinals'
])

Implementation

Unauthorized([String message = 'Try another token or creditinals']) {
  _message = message;
}