Exception: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Exceptions::OutputMethodRawValue
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Exceptions::OutputMethodRawValue
- 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.
118 119 120 121 122 123 124 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/exceptions.rb', line 118 def initialize_with_kwargs(method:, container:) = <<~TEXT Raw values are not allowed for `out` methods. TEXT initialize() end |