MailPoet\EmailEditor
UnexpectedValueException::getHttpStatusCode()
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() UnexpectedValueException::getHttpStatusCode code WC 9.8.1
public function getHttpStatusCode(): int { return 400; }