Exception: EM::PG::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/em/pg.rb

Instance Method Summary collapse

Constructor Details

#initialize(params = {}) ⇒ Error

Returns a new instance of Error.



11
12
13
# File 'lib/em/pg.rb', line 11

def initialize(params = {})
  params.each { |k, v| self.send("#{k}=", v) }
end