Exception: Imgur::UpdateException

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UpdateException

Returns a new instance of UpdateException.



269
270
271
# File 'lib/imgur.rb', line 269

def initialize(msg)
  super msg
end