Exception: Riiif::ImageNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/riiif.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(orig = nil) ⇒ ImageNotFoundError

Returns a new instance of ImageNotFoundError.



18
19
20
# File 'lib/riiif.rb', line 18

def initialize(orig = nil)
  @original_exception = orig
end

Instance Attribute Details

#original_exceptionObject (readonly)

Returns the value of attribute original_exception.



17
18
19
# File 'lib/riiif.rb', line 17

def original_exception
  @original_exception
end