class Illuminate / Routing / Pipeline

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