Exception: ThumbnailSpec::MissingArgumentError

Inherits:
InvalidFormatError show all
Defined in:
lib/httpthumbnailer/thumbnail_specs.rb

Instance Method Summary collapse

Methods inherited from InvalidFormatError

#for_edit, #in_spec

Constructor Details

#initialize(argument) ⇒ MissingArgumentError

Returns a new instance of MissingArgumentError.



37
38
39
# File 'lib/httpthumbnailer/thumbnail_specs.rb', line 37

def initialize(argument)
	super "missing #{argument} argument"
end