class Slack::NoChannelError
Public Class Methods
new()
click to toggle source
Calls superclass method
Slack::APIError::new
# File lib/laziness/errors.rb, line 81 def initialize super "Value passed for name was empty." end