Exception: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Exceptions::OutputMethodRawValue

Inherits:
Exception
  • Object
show all
Defined in:
lib/convenient_service/service/plugins/can_have_steps/entities/method/exceptions.rb

Instance Method Summary collapse

Methods inherited from Exception

new

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:)
  message = <<~TEXT
    Raw values are not allowed for `out` methods.
  TEXT

  initialize(message)
end