Automattic\WooCommerce\EmailEditor

HttpAwareException{}interfaceWC 1.0

Provides information for converting exceptions to HTTP responses.

Хуков нет.

Использование

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

Методы

  1. public getHttpStatusCode()

Код HttpAwareException{} WC 10.0.2

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