function Global / rescue
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

rescue

rescue ( ) : TRescueValue|TRescueFallback

Catch a potential exception and return a default value.

Parameters

  • $ callable
    TRescueValue $callback
  • $rescue callable|TRescueFallback
  • $report bool|callable