Class: PG::Replication::StreamError

Inherits:
Data
  • Object
show all
Defined in:
lib/pg/replication.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject (readonly)

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



15
16
17
# File 'lib/pg/replication.rb', line 15

def exception
  @exception
end