Automattic\WooCommerce\EmailEditor
HttpAwareException{}
Provides information for converting exceptions to HTTP responses.
No Hooks.
Usage
$HttpAwareException = new HttpAwareException(); // use class methods
Methods
- public getHttpStatusCode()
HttpAwareException{} HttpAwareException{} code WC 10.5.0
interface HttpAwareException {
public function getHttpStatusCode(): int;
}