hasItem('cl')) { $handler->setItem('cl', 'error'); $handler->setItem('fnc', 'handleError'); $handler->setItem('errorCode', $errorCode); $handler->setItem(self::ERROR_KEY, true); } } public static function setNotFound(): void { self::setError(404); } public static function setNoContent(): void { self::setError(204); } }