Exception: LB::Project::Registry::KeyNotFoundError
- Inherits:
-
KeyError
- Object
- KeyError
- LB::Project::Registry::KeyNotFoundError
- Defined in:
- lib/lb/project/registry.rb
Overview
Error that is raised when key is not found in registry
Instance Method Summary collapse
-
#initialize(key) ⇒ KeyNotFoundError
constructor
A new instance of KeyNotFoundError.
Constructor Details
#initialize(key) ⇒ KeyNotFoundError
Returns a new instance of KeyNotFoundError.
14 15 16 |
# File 'lib/lb/project/registry.rb', line 14 def initialize(key) super("#{key.inspect} doesn't exist in registry") end |