class Slack::UserIsBotError

Public Class Methods

new() click to toggle source
Calls superclass method Slack::APIError::new
# File lib/laziness/errors.rb, line 45
def initialize
  super "This method cannot be called by a bot user."
end