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

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.



149
150
151
152
153
154
155
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/exceptions.rb', line 149

def initialize_with_kwargs(method:, container:)
  message = <<~TEXT
    Reassignments are not allowed for `in` methods.
  TEXT

  initialize(message)
end