Skip to content

Releases: Attributes-PHP/wp-exceptions

v2.0.0

Choose a tag to compare

@matapatos matapatos released this 15 Nov 20:38
  • 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

v1.0.1-beta Pre-release
Pre-release

Choose a tag to compare

@matapatos matapatos released this 16 May 10:59
791a5a0

Removed unnecessary dependencies

Initial version

Initial version Pre-release
Pre-release

Choose a tag to compare

@matapatos matapatos released this 17 Mar 13:59

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