Releases: Attributes-PHP/wp-exceptions
Releases · Attributes-PHP/wp-exceptions
Release list
v2.0.0
- Updates namespace to Attributes\Wp\Exceptions
- Adds support for custom handlers via
$exceptionHandler->onException(...) - Allows user to send custom headers directly from the HttpException
- Using
wp_dieto stop WordPress execution to mimic the way WP_Error's are handled
v1.0.1-beta
Removed unnecessary dependencies
Initial version
Able to interrupt WordPress logic using exceptions. Works during a REST or regular request.