Exception: Avro::Builder::DefinitionNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/avro/builder/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ DefinitionNotFoundError

Returns a new instance of DefinitionNotFoundError.



30
31
32
# File 'lib/avro/builder/errors.rb', line 30

def initialize(name)
  super("definition not found for '#{name}'.#{suggest_namespace(name)}")
end