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

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.



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

  initialize(message)
end