AuthorisationException constructor
AuthorisationException([
- String message = "Not Authorised"
Implementation
AuthorisationException([this.message = "Not Authorised"]);
AuthorisationException([this.message = "Not Authorised"]);