Exception: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Exceptions::OutputMethodProc
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Exceptions::OutputMethodProc
- 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.
103 104 105 106 107 108 109 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/exceptions.rb', line 103 def initialize_with_kwargs(method:, container:) = <<~TEXT Procs are not allowed for `out` methods. TEXT initialize() end |