class Avrolution::RegisterSchemas::IncompatibleSchemaError

Public Class Methods

new(name) click to toggle source
Calls superclass method
# File lib/avrolution/register_schemas.rb, line 17
def initialize(name)
  super("incompatible schema #{name}")
end