Exception: CarrierWave::Processor::BackendNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- CarrierWave::Processor::BackendNotFound
- Defined in:
- lib/carrierwave/processor/configuration.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ BackendNotFound
constructor
A new instance of BackendNotFound.
Constructor Details
#initialize(name) ⇒ BackendNotFound
Returns a new instance of BackendNotFound.
11 12 13 |
# File 'lib/carrierwave/processor/configuration.rb', line 11 def initialize name super("backend with name #{name.to_s.classify} not found") end |