Exception: MonetDBSocketError

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

Instance Method Summary collapse

Constructor Details

#initialize(e) ⇒ MonetDBSocketError

Returns a new instance of MonetDBSocketError.



46
47
48
# File 'lib/MonetDBExceptions.rb', line 46

def initialize(e)
  $stderr.puts e
end