Exception: MonetDBQueryError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/MonetDBExceptions.rb

Overview

Exception classes for the ruby-monetdb driver

Instance Method Summary collapse

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