gordonmcvey / reefknot

Reefknot framework for PHP
Apache License 2.0
5 stars 0 forks source link

Framework-wide exception hierarchy #14

Open gordonmcvey opened 12 years ago

gordonmcvey commented 12 years ago

The SPL exception hierarchy in PHP is, quite frankly, a mess. We can't really depend on it as a method of passing meaningful fault messages around the framework.

This means we need to design and implement a more meaningful hierarchy of exceptions for the framework to use for fault messages.