Sha256: e7effa3c91851c11242f0db8f86d12f715700ad34412038348387ace77bd7f02

Contents?: true

Size: 227 Bytes

Versions: 5

Compression:

Stored size: 227 Bytes

Contents

module Dogviz
  class DuplicateLookupError < LookupError
    def initialize(context, name)
      super context, "More than one object registered of name '#{name}' - you'll need to search in a narrower context"
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dogviz-0.0.22 lib/dogviz/duplicate_lookup_error.rb
dogviz-0.0.21 lib/dogviz/duplicate_lookup_error.rb
dogviz-0.0.20 lib/dogviz/duplicate_lookup_error.rb
dogviz-0.0.19 lib/dogviz/duplicate_lookup_error.rb
dogviz-0.0.18 lib/dogviz/duplicate_lookup_error.rb