Exception: Db2Query::ConnectionError
- Inherits:
-
StandardError
- Object
- StandardError
- Db2Query::ConnectionError
- Defined in:
- lib/db2_query/error.rb
Instance Method Summary collapse
-
#initialize(odbc_message) ⇒ ConnectionError
constructor
A new instance of ConnectionError.
- #message ⇒ Object
Constructor Details
#initialize(odbc_message) ⇒ ConnectionError
Returns a new instance of ConnectionError.
32 33 34 35 |
# File 'lib/db2_query/error.rb', line 32 def initialize() @odbc_message = super() end |
Instance Method Details
#message ⇒ Object
37 38 39 |
# File 'lib/db2_query/error.rb', line 37 def "Unable to activate ODBC DSN connection #{@odbc_message}" end |