Exceptions Catch exceptions and throw them all together later

Getting Started

Usage

Setup

All classes are in the duncan3dc\Exceptions namespace.

use duncan3dc\Exceptions\Catcher;

require __DIR__ . "/vendor/autoload.php";

$catcher = new Catcher;