Exception: AadAuth::UnauthorizedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/aad_auth.rb

Instance Method Summary collapse

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