Exception: OpenIDConnect::Unauthorized
- Defined in:
- lib/openid_connect/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/openid_connect/exception.rb', line 29 def initialize( = nil, response = nil) super 401, , response end |