Exception: Oidc::Unauthorized
- Defined in:
- lib/oidc/exception.rb
Instance Attribute Summary
Attributes inherited from HttpError
Instance Method Summary collapse
-
#initialize(message = nil, response = nil) ⇒ Unauthorized
constructor
A new instance of Unauthorized.
Constructor Details
#initialize(message = nil, response = nil) ⇒ Unauthorized
Returns a new instance of Unauthorized.
29 30 31 |
# File 'lib/oidc/exception.rb', line 29 def initialize( = nil, response = nil) super 401, , response end |