Exception: HTTPThumbnailerClient::ThumbnailSpec::MissingArgumentError

Inherits:
InvalidFormatError
  • Object
show all
Defined in:
lib/httpthumbnailer-client/thumbnail_spec.rb

Instance Method Summary collapse

Methods inherited from InvalidFormatError

#for_edit, #in_spec

Constructor Details

#initialize(argument) ⇒ MissingArgumentError

Returns a new instance of MissingArgumentError.



43
44
45
# File 'lib/httpthumbnailer-client/thumbnail_spec.rb', line 43

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