Exception: Avrolution::RegisterSchemas::IncompatibleSchemaError
- Inherits:
-
StandardError
- Object
- StandardError
- Avrolution::RegisterSchemas::IncompatibleSchemaError
- Defined in:
- lib/avrolution/register_schemas.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ IncompatibleSchemaError
constructor
A new instance of IncompatibleSchemaError.
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 |