Exception: Schemata::IncompatibleVersionError

Inherits:
DecodeError
  • Object
show all
Defined in:
lib/schemata/common/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg_version, component_version) ⇒ IncompatibleVersionError

Returns a new instance of IncompatibleVersionError.



6
7
8
9
# File 'lib/schemata/common/error.rb', line 6

def initialize(msg_version, component_version)
  super("min message version #{msg_version} too high for component ver\
sion #{component_version}")
end