You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*WP_Error* was a cool WordPress feature in 2007 but today, we should throw exceptions instead.
14
+
15
+
## Features
16
+
17
+
- Stops WordPress execution by converting HTTP exceptions into WP_Error's
18
+
- Support for handling custom exceptions
19
+
- Compatible with other exception handlers (e.g. [Whoops](https://github.com/filp/whoops))
20
+
21
+
## Requirements
22
+
23
+
- PHP 8.1+
24
+
- WordPress 6.x
25
+
26
+
We aim to support versions that haven't reached their end-of-life.
27
+
28
+
## Installation
29
+
30
+
```bash
31
+
composer require attributes-php/wp-exceptions
32
+
```
33
+
34
+
WP FastEndpoints was created by **[André Gil](https://www.linkedin.com/in/andre-gil/)** and is open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.
0 commit comments