Exception: AadAuth::UnauthorizedError
- Inherits:
-
StandardError
- Object
- StandardError
- AadAuth::UnauthorizedError
- Defined in:
- lib/aad_auth.rb
Instance Method Summary collapse
-
#initialize(msg = "Unauthorized") ⇒ UnauthorizedError
constructor
A new instance of UnauthorizedError.
Constructor Details
#initialize(msg = "Unauthorized") ⇒ UnauthorizedError
Returns a new instance of UnauthorizedError.
41 42 43 |
# File 'lib/aad_auth.rb', line 41 def initialize(msg="Unauthorized") super end |