Laravel
Release notes
Upgrade Guide
Contribution Guide
class
Illuminate
/
Foundation
/
Bus
/
PendingClosureDispatch
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
PendingClosureDispatch
Extends
PendingDispatch
#
Methods
public
#
catch
(
Closure
$callback
)
:
$this
Add a callback to be executed if the job fails.
Parameters
$callback
Closure
On this page
On this page
Methods
catch