class Avromatic::Model::MessageDecoder::MagicByteError
Public Class Methods
Source
# File lib/avromatic/model/message_decoder.rb, line 22 def initialize(magic_byte) super("Expected data to begin with a magic byte, got '#{magic_byte}'") end
Calls superclass method