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