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