Pipeline
class Pipeline extends Pipeline (View source)
This extended pipeline catches any exceptions that occur during each slice.
The exceptions are converted to HTTP responses for proper middleware handling.
Methods
void __construct(Container $container = null) Create a new class instance. from Pipeline $this send(mixed $passable) Set the object being sent through the pipeline. from Pipeline $this through(array|mixed $pipes) Set the array of pipes. from Pipeline $this via(st