MailPoet\EmailEditor

HttpAwareException{}WC 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 9.8.1

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