Exception: MonetDBQueryError
- Inherits:
-
StandardError
- Object
- StandardError
- MonetDBQueryError
- Defined in:
- lib/MonetDBExceptions.rb
Overview
Exception classes for the ruby-monetdb driver
Instance Method Summary collapse
-
#initialize(e) ⇒ MonetDBQueryError
constructor
A new instance of MonetDBQueryError.
Constructor Details
#initialize(e) ⇒ MonetDBQueryError
Returns a new instance of MonetDBQueryError.
21 22 23 |
# File 'lib/MonetDBExceptions.rb', line 21 def initialize(e) $stderr.puts e end |