Exception: Dry::Plugins::Registry::LoadError
- Defined in:
- lib/dry/plugins/registry/load_error.rb
Overview
Plug-in load error
Instance Method Summary collapse
-
#initialize(name, registry) ⇒ LoadError
constructor
A new instance of LoadError.
Constructor Details
#initialize(name, registry) ⇒ LoadError
Returns a new instance of LoadError.
10 11 12 |
# File 'lib/dry/plugins/registry/load_error.rb', line 10 def initialize(name, registry) super "Plugin #{name} did not register itself correctly in #{registry}" end |