Exception: Configuration::NoSpecSelectedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Configuration::NoSpecSelectedError
- Defined in:
- lib/httpimagestore/configuration/thumbnailer.rb
Instance Method Summary collapse
-
#initialize(specs) ⇒ NoSpecSelectedError
constructor
A new instance of NoSpecSelectedError.
Constructor Details
#initialize(specs) ⇒ NoSpecSelectedError
Returns a new instance of NoSpecSelectedError.
35 36 37 |
# File 'lib/httpimagestore/configuration/thumbnailer.rb', line 35 def initialize(specs) super "no thumbnailing specs were selected, please use at least one of: #{specs.join(', ')}" end |