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.
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.