class Dogviz::DuplicateLookupError

Public Class Methods

new(context, name) click to toggle source
Calls superclass method
# File lib/dogviz/duplicate_lookup_error.rb, line 3
def initialize(context, name)
  super context, "More than one object registered of name '#{name}' - you'll need to search in a narrower context"
end