class Imgur::NotFoundException
Public Class Methods
new(msg='404 Not Found')
click to toggle source
Calls superclass method
# File lib/imgur.rb, line 263 def initialize(msg='404 Not Found') super msg end