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

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



179
180
181
182
183
184
185
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/exceptions.rb', line 179

def initialize_with_kwargs(method:, container:)
  message = "    Method `\#{method.name}` is NOT an `out` method.\n  TEXT\n\n  initialize(message)\nend\n"