Namespace Kitab\Exception

This namespace contains all the exceptions used by the Kitab project. There is nothing particularily crazy: They are classical Hoa exceptions.

The Kitab\Exception\Exception class represents the root of all application exceptions.

Examples

throw new Kitab\Exception\Exception('Foobar', 42);

Classes