Exception: ThumbnailSpec::InvalidFormatError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/httpthumbnailer/thumbnail_specs.rb

Instance Method Summary collapse

Instance Method Details

#for_edit(name) ⇒ Object



27
28
29
# File 'lib/httpthumbnailer/thumbnail_specs.rb', line 27

def for_edit(name)
	exception "#{message} for edit '#{name}'"
end

#in_spec(spec) ⇒ Object



31
32
33
# File 'lib/httpthumbnailer/thumbnail_specs.rb', line 31

def in_spec(spec)
	exception "#{message} in spec '#{spec}'"
end