Exception: MonetDBCommandError

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

Instance Method Summary collapse

Constructor Details

#initialize(e) ⇒ MonetDBCommandError

Returns a new instance of MonetDBCommandError.



33
34
35
# File 'lib/MonetDBExceptions.rb', line 33

def initialize(e)
  $stderr.puts e
end