Exception: Dry::Plugins::Registry::LoadError

Inherits:
Error
  • Object
show all
Defined in:
lib/dry/plugins/registry/load_error.rb

Overview

Plug-in load error

Instance Method Summary collapse

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