class Slack::ChannelNotFoundError
Public Class Methods
new()
click to toggle source
Calls superclass method
Slack::APIError::new
# File lib/laziness/errors.rb, line 57 def initialize super "Channel value is invalid." end