Exception: Rod::DatabaseError

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

Overview

Base exception class for database errors

Direct Known Subclasses

KeyMissing, MissingDatabase

Instance Method Summary collapse

Methods inherited from RodException

#initialize

Constructor Details

This class inherits a constructor from Rod::RodException

Instance Method Details

#to_sObject



27
28
29
# File 'lib/rod/exception.rb', line 27

def to_s
  "Database error: #{@message}"
end