MailPoet\EmailEditor

UnexpectedValueException::getHttpStatusCode()publicWC 1.0

USE: When wrong data VALUE is received. API: 400 Bad Request

Method of the class: UnexpectedValueException{}

No Hooks.

Return

null. Nothing (null).

Usage

$UnexpectedValueException = new UnexpectedValueException();
$UnexpectedValueException->getHttpStatusCode(): int;

UnexpectedValueException::getHttpStatusCode() code WC 9.8.1

public function getHttpStatusCode(): int {
  return 400;
}