InvokeQueuedClosure
class InvokeQueuedClosure (View source)
Methods
                    void
                
                
                    handle(SerializableClosure $closure, array $arguments)
        
                                            
                
            Handle the event.
Details
        
                            void
    handle(SerializableClosure $closure, array $arguments)
        
    
    Handle the event.
        
                            void
    failed(SerializableClosure $closure, array $arguments, array $catchCallbacks, Throwable $exception)
        
    
    Handle a job failure.