Exception: Avromatic::Model::MessageDecoder::UnexpectedKeyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/avromatic/model/message_decoder.rb

Instance Method Summary collapse

Constructor Details

#initialize(schema_key) ⇒ UnexpectedKeyError

Returns a new instance of UnexpectedKeyError.



12
13
14
# File 'lib/avromatic/model/message_decoder.rb', line 12

def initialize(schema_key)
  super("Unexpected schemas #{schema_key}")
end