Exception: Rod::IncompatibleVersion

Inherits:
RodException show all
Defined in:
lib/rod/exception.rb

Overview

This exception is thrown if the database is not compatible with the library or the runtime definition of classes.

Instance Method Summary collapse

Methods inherited from RodException

#to_s

Constructor Details

#initialize(message) ⇒ IncompatibleVersion

Returns a new instance of IncompatibleVersion.



76
77
78
# File 'lib/rod/exception.rb', line 76

def initialize(message)
  super(message)
end