Exception: CarrierWave::Processor::BackendNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/carrierwave/processor/configuration.rb

Instance Method Summary collapse

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