Exception: Configuration::InvalidOptionsSpecError

Inherits:
InvalidSpecError show all
Defined in:
lib/httpimagestore/configuration/thumbnailer.rb

Instance Method Summary collapse

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