class Slacks::NotInChannelError

Public Class Methods

new(channel) click to toggle source
Calls superclass method
# File lib/slacks/errors.rb, line 88
def initialize(channel)
  super "The bot is not in the channel #{channel} and cannot reply"
end