Exception: HTTPThumbnailerClient::ThumbnailSpec::InvalidArgumentValueError

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(name, value, reason) ⇒ InvalidArgumentValueError

Returns a new instance of InvalidArgumentValueError.



49
50
51
# File 'lib/httpthumbnailer-client/thumbnail_spec.rb', line 49

def initialize(name, value, reason)
	super "#{name} value '#{value}' is not #{reason}"
end