class Slack::UserNotVisibleError
Public Class Methods
new()
click to toggle source
Calls superclass method
Slack::APIError::new
# File lib/laziness/errors.rb, line 39 def initialize super "Not authorized to view the requested user." end