Exception: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Exceptions::OutMethodStepIsNotCompleted
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Exceptions::OutMethodStepIsNotCompleted
- 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_name:) ⇒ void
This method returns an undefined value.
193 194 195 196 197 198 199 200 201 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/exceptions.rb', line 193 def initialize_with_kwargs(method_name:) = " `out` method `\#{method_name}` is called before its corresponding step is completed.\n\n Maybe it makes sense to change steps order?\n TEXT\n\n initialize(message)\nend\n" |