Exception: Ruboty::SlackTakeTurns::Actions::Base::UserNotFound
- Inherits:
-
ActionBaseError
- Object
- StandardError
- ActionBaseError
- Ruboty::SlackTakeTurns::Actions::Base::UserNotFound
- 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
87 88 89 |
# File 'lib/ruboty/slack_take_turns/actions/base.rb', line 87 def "#{I18n.t 'errors.user_not_found', user_name: @user_name}" end |