Method: WebFinger::NotFound#initialize
- Defined in:
- lib/webfinger/exception.rb
#initialize(message = nil, response = nil) ⇒ NotFound
Returns a new instance of NotFound.
32 33 34 |
# File 'lib/webfinger/exception.rb', line 32 def initialize( = nil, response = nil) super 404, , response end |