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

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