Exception: Ruboty::SlackTakeTurns::Actions::Base::UserNotFound

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



87
88
89
# File 'lib/ruboty/slack_take_turns/actions/base.rb', line 87

def message
  "#{I18n.t 'errors.user_not_found', user_name: @user_name}"
end