class Slack::NameTakenError
Public Class Methods
new()
click to toggle source
Calls superclass method
Slack::APIError::new
# File lib/laziness/errors.rb, line 75 def initialize super "A channel cannot be created with the given name." end