class Slacks::ConnectionError
Public Class Methods
new(event)
click to toggle source
Calls superclass method
# File lib/slacks/errors.rb, line 81 def initialize(event) super "There was a connection error in the WebSocket" additional_information[:event] = event end