Exception: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Exceptions::InputMethodReassignment
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Exceptions::InputMethodReassignment
- Defined in:
- lib/convenient_service/service/plugins/can_have_steps/entities/method/exceptions.rb
Instance Method Summary collapse
Methods inherited from Exception
Instance Method Details
#initialize_with_kwargs(method:, container:) ⇒ void
This method returns an undefined value.
149 150 151 152 153 154 155 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/exceptions.rb', line 149 def initialize_with_kwargs(method:, container:) = <<~TEXT Reassignments are not allowed for `in` methods. TEXT initialize() end |