- 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