Exception: HTTPThumbnailerClient::ThumbnailSpec::InvalidFormatError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- HTTPThumbnailerClient::ThumbnailSpec::InvalidFormatError
show all
- Defined in:
- lib/httpthumbnailer-client/thumbnail_spec.rb
Instance Method Summary
collapse
Instance Method Details
#for_edit(name) ⇒ Object
33
34
35
|
# File 'lib/httpthumbnailer-client/thumbnail_spec.rb', line 33
def for_edit(name)
exception "#{message} for edit '#{name}'"
end
|
#in_spec(spec) ⇒ Object
37
38
39
|
# File 'lib/httpthumbnailer-client/thumbnail_spec.rb', line 37
def in_spec(spec)
exception "#{message} in spec '#{spec}'"
end
|