class Slacks::NotListeningError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/slacks/errors.rb, line 100
def initialize
  super "Not connected to the RTM API; call `listen!` first"
end