AuthorisationException constructor

AuthorisationException([
  1. String message = "Not Authorised"
])

Implementation

AuthorisationException([this.message = "Not Authorised"]);