Exception: Ruboty::SlackTakeTurns::Actions::Base::CurrentUserNotFound
- Inherits:
-
ActionBaseError
- Object
- StandardError
- ActionBaseError
- Ruboty::SlackTakeTurns::Actions::Base::CurrentUserNotFound
- Defined in:
- lib/ruboty/slack_take_turns/actions/base.rb
Instance Method Summary collapse
Methods inherited from ActionBaseError
Constructor Details
This class inherits a constructor from Ruboty::SlackTakeTurns::Actions::Base::ActionBaseError
Instance Method Details
#message ⇒ Object
81 82 83 |
# File 'lib/ruboty/slack_take_turns/actions/base.rb', line 81 def "#{I18n.t 'errors.current_user_not_found'}" end |