class LB::Project::Registry::KeyNotFoundError
Error that is raised when key is not found in registry
Public Class Methods
new(key)
click to toggle source
Calls superclass method
# File lib/lb/project/registry.rb, line 14 def initialize(key) super("#{key.inspect} doesn't exist in registry") end