Класс DateInvalidTimeZoneException

(PHP 8 >= 8.3.0)

Введение

Выбрасывается при передаче в метод DateTimeZone::__construct() неверного значения.

Обзор классов

classDateInvalidTimeZoneExceptionextendsDateException {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
publicException::__construct(string$message = "", int$code = 0, ?Throwable$previous = null)
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}
To Top