class Illuminate / Events / InvokeQueuedClosure
You are viewing an older version of the documentation. For the latest, please visit master documentation.

InvokeQueuedClosure

Methods

public

handle ( $closure , array $arguments ) : void

Handle the event.

Parameters

  • $closure Laravel\...\SerializableClosure
  • $arguments array
public

failed ( $closure , array $arguments , array $catchCallbacks , $exception ) : void

Handle a job failure.

Parameters

  • $closure Laravel\...\SerializableClosure
  • $arguments array
  • $catchCallbacks array
  • $exception Throwable