Skip to content

Releases: Attributes-PHP/wp-exceptions

v2.0.0

15 Nov 20:38

Choose a tag to compare

  • 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_die to stop WordPress execution to mimic the way WP_Error's are handled

v1.0.1-beta

16 May 10:59
791a5a0

Choose a tag to compare

v1.0.1-beta Pre-release
Pre-release

Removed unnecessary dependencies

Initial version

17 Mar 13:59

Choose a tag to compare

Initial version Pre-release
Pre-release

Able to interrupt WordPress logic using exceptions. Works during a REST or regular request.