class Pebbles::River::ConnectionError

Attributes

connection_exception[R]

Public Class Methods

new(message, connection_exception = nil) click to toggle source
Calls superclass method
# File lib/pebbles/river/errors.rb, line 7
def initialize(message, connection_exception = nil)
  super(message)
  @connection_exception = connection_exception
end