class Semlogr::ComponentNotRegisteredError

Public Class Methods

new(type, key) click to toggle source
Calls superclass method
# File lib/semlogr/error.rb, line 8
def initialize(type, key)
  super(":#{key} is not a registered :#{type}")
end