Exception: RubyReactor::Error::SchemaVersionError

Inherits:
Base
  • Object
show all
Defined in:
lib/ruby_reactor/error/schema_version_error.rb

Instance Attribute Summary

Attributes inherited from Base

#context, #original_error, #step

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ SchemaVersionError

Returns a new instance of SchemaVersionError.



6
7
8
# File 'lib/ruby_reactor/error/schema_version_error.rb', line 6

def initialize(message)
  super("Schema version mismatch: #{message}")
end