Exception: ExceptionHandler::AccountUnbindDisallowedError
- Inherits:
-
StandardError
- Object
- StandardError
- ExceptionHandler::AccountUnbindDisallowedError
- Defined in:
- lib/patch/action_controller/concerns/exception_handler.rb
Overview
Используется для сигнализации ошибки, что нельзя отвязать аккаунт
Instance Attribute Summary collapse
-
#param ⇒ Object
readonly
Returns the value of attribute param.
Instance Method Summary collapse
-
#initialize ⇒ AccountUnbindDisallowedError
constructor
A new instance of AccountUnbindDisallowedError.
Constructor Details
#initialize ⇒ AccountUnbindDisallowedError
Returns a new instance of AccountUnbindDisallowedError.
63 64 65 |
# File 'lib/patch/action_controller/concerns/exception_handler.rb', line 63 def initialize super("Невозможно отвязать аккаунт от профиля, если это единственный или активный профиль") end |
Instance Attribute Details
#param ⇒ Object (readonly)
Returns the value of attribute param.
61 62 63 |
# File 'lib/patch/action_controller/concerns/exception_handler.rb', line 61 def param @param end |