Exception: ConvenientService::Service::Plugins::CanHaveConnectedSteps::Exceptions::ElseIfAfterElse
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Service::Plugins::CanHaveConnectedSteps::Exceptions::ElseIfAfterElse
- Defined in:
- lib/convenient_service/service/plugins/can_have_connected_steps/exceptions.rb
Instance Method Summary collapse
Methods inherited from Exception
Instance Method Details
#initialize_with_kwargs(container:, method:) ⇒ void
This method returns an undefined value.
138 139 140 141 142 143 144 145 146 |
# File 'lib/convenient_service/service/plugins/can_have_connected_steps/exceptions.rb', line 138 def initialize_with_kwargs(container:, method:) printable_container = Utils::Class.display_name(container) = <<~TEXT `#{method}` is called after `else_group` in `#{printable_container}`. TEXT initialize() end |