Exception: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Exceptions::MethodIsNotInputMethod
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Exceptions::MethodIsNotInputMethod
- 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.
164 165 166 167 168 169 170 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/exceptions.rb', line 164 def initialize_with_kwargs(method:, container:) = <<~TEXT Method `#{method.name}` is NOT an `in` method. TEXT initialize() end |