UnauthorisedException constructor
UnauthorisedException([
- dynamic message
Implementation
UnauthorisedException([message]) : super(message, "Unauthorised: ");
UnauthorisedException([message]) : super(message, "Unauthorised: ");