Exception: Avro::Builder::DefinitionNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Avro::Builder::DefinitionNotFoundError
- Defined in:
- lib/avro/builder/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ DefinitionNotFoundError
constructor
A new instance of DefinitionNotFoundError.
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 |