Exception: Imgur::NotFoundException

Inherits:
Exception
  • Object
show all
Defined in:
lib/imgur.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = '404 Not Found') ⇒ NotFoundException

Returns a new instance of NotFoundException.



263
264
265
# File 'lib/imgur.rb', line 263

def initialize(msg='404 Not Found')
  super msg
end