Exception: EM::PG::PGError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from EM::PG::Error

Instance Attribute Details

#originalObject

Returns the value of attribute original.



26
27
28
# File 'lib/em/pg.rb', line 26

def original
  @original
end

Instance Method Details

#to_sObject



28
29
30
# File 'lib/em/pg.rb', line 28

def to_s
  original.to_s
end