Exception: WebFinger::Unauthorized
- Defined in:
- lib/webfinger/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.
20 21 22 |
# File 'lib/webfinger/exception.rb', line 20 def initialize( = nil, response = nil) super 401, , response end |