Class: PG::Replication::StreamError
- Inherits:
-
Data
- Object
- Data
- PG::Replication::StreamError
- Defined in:
- lib/pg/replication.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
readonly
Returns the value of attribute exception.
Instance Attribute Details
#exception ⇒ Object (readonly)
Returns the value of attribute exception
15 16 17 |
# File 'lib/pg/replication.rb', line 15 def exception @exception end |