Exception: Ice::VersionMismatchException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::VersionMismatchException
- Defined in:
- lib/Ice/LocalException.rb
Instance Method Summary collapse
-
#initialize ⇒ VersionMismatchException
constructor
A new instance of VersionMismatchException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ VersionMismatchException
Returns a new instance of VersionMismatchException.
184 185 |
# File 'lib/Ice/LocalException.rb', line 184 def initialize end |
Instance Method Details
#to_s ⇒ Object
187 188 189 |
# File 'lib/Ice/LocalException.rb', line 187 def to_s '::Ice::VersionMismatchException' end |