Automattic\WooCommerce\EmailEditor

HttpAwareException{}interfaceWC 1.0

Provides information for converting exceptions to HTTP responses.

No Hooks.

Usage

$HttpAwareException = new HttpAwareException();
// use class methods

Methods

  1. public getHttpStatusCode()

HttpAwareException{} code WC 10.5.0

interface HttpAwareException {
  public function getHttpStatusCode(): int;
}