Exception: Ruboty::SlackTakeTurns::Actions::Base::CurrentUserNotFound

Inherits:
ActionBaseError
  • Object
show all
Defined in:
lib/ruboty/slack_take_turns/actions/base.rb

Instance Method Summary collapse

Methods inherited from ActionBaseError

#initialize, #to_s

Constructor Details

This class inherits a constructor from Ruboty::SlackTakeTurns::Actions::Base::ActionBaseError

Instance Method Details

#messageObject



81
82
83
# File 'lib/ruboty/slack_take_turns/actions/base.rb', line 81

def message
  "#{I18n.t 'errors.current_user_not_found'}"
end