Method: SidekiqRemappableErrors::Config#initialize
- Defined in:
- lib/sidekiq_remappable_errors/config.rb
#initialize(remapped_error_class: RemappedError) ⇒ Config
Returns a new instance of Config.
5 6 7 |
# File 'lib/sidekiq_remappable_errors/config.rb', line 5 def initialize(remapped_error_class: RemappedError) self.remapped_error_class = remapped_error_class end |