class Illuminate / Routing / Pipeline
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Pipeline

This extended pipeline catches any exceptions that occur during each slice.
The exceptions are converted to HTTP responses for proper middleware handling.

Extends

Methods

protected

handleCarry ( $carry ) : mixed

Handles the value returned from each pipe before passing it to the next.

Parameters

  • $carry mixed
protected

handleException ( $passable , Throwable $e ) : mixed

Handle the given exception.

Parameters