Exception: Configuration::InvalidOptionsSpecError
- Inherits:
-
InvalidSpecError
- Object
- RuntimeError
- InvalidSpecError
- Configuration::InvalidOptionsSpecError
- Defined in:
- lib/httpimagestore/configuration/thumbnailer.rb
Instance Method Summary collapse
-
#initialize(spec_name, spec, cause) ⇒ InvalidOptionsSpecError
constructor
A new instance of InvalidOptionsSpecError.
Constructor Details
#initialize(spec_name, spec, cause) ⇒ InvalidOptionsSpecError
Returns a new instance of InvalidOptionsSpecError.
53 54 55 |
# File 'lib/httpimagestore/configuration/thumbnailer.rb', line 53 def initialize(spec_name, spec, cause) super spec_name, "options spec '#{spec}' format is invalid: #{cause}" end |