Exception: Avrolution::RegisterSchemas::IncompatibleSchemaError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/avrolution/register_schemas.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ IncompatibleSchemaError

Returns a new instance of IncompatibleSchemaError.



17
18
19
# File 'lib/avrolution/register_schemas.rb', line 17

def initialize(name)
  super("incompatible schema #{name}")
end