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