UnauthorisedExceptions constructor
UnauthorisedExceptions([
- String? message
Implementation
UnauthorisedExceptions([String? message]):super(message,"UnauthorisedExceptions request");
UnauthorisedExceptions([String? message]):super(message,"UnauthorisedExceptions request");