Introduction
What Is The Exception Helpers Library?
Ganbaro Digital's Exception Helpers Library provides an easy-to-use collection of helpers and base classes for your own exception classes.
- Ships with a collection of useful base classes
Goals
The Exception Helpers Library's purpose is to provide a common Exception
structure to all of Ganbaro Digital's PHP libraries and apps.
- Collect common base classes
- Collect commonly used exception features into reusable helpers
Design Constraints
The library's design is guided by the following constraint(s):
- Fundamental dependency of other libraries: This library provides base classes for other libraries to use. Composer does not support multual dependencies (two or more packages depending on each other). As a result, this library needs to depend on very little (if anything at all).
Questions?
This package was created by Stuart Herbert for Ganbaro Digital Ltd. Follow @ganbarodigital or @stuherbert for updates.