Base Exceptions

Purpose

This is a collection of base classes that your own exceptions can extend and use.

Available Classes

Class Description
ParameterisedException exception message is build from a data array
UnsupportedType thrown when a PHP variable has the wrong data type
UnsupportedValue thrown when a PHP variable has a value we cannot accept as input

Click on the name of an exception to see full details.