class SlackMessenger::EndpointNotSetError

Public Class Methods

new() click to toggle source
Calls superclass method SlackMessenger::Error::new
# File lib/slack_messenger/error.rb, line 15
def initialize
  super "The API's endpoint was not set"
end