0 of 0Symfony\Component\ErrorHandler\Error\FatalError {#208 ▼ -error: array:4 [▶ "type" => 1 "message" => """ Uncaught Error: Class "Symfony\Component\ErrorHandler\ThrowableUtils" not found in /home/aytovaldesanvice/public_html/libraries/vendor/symfony/error-handler/ErrorHandler.php:498\n ◀ Stack trace:\n #0 [internal function]: Symfony\Component\ErrorHandler\ErrorHandler->handleException(Object(Error))\n #1 {main}\n thrown """ "file" => "/home/aytovaldesanvice/public_html/libraries/vendor/symfony/error-handler/ErrorHandler.php" "line" => 498 ] }
$handlerException = null;
if (!$exception instanceof FatalError) {
self::$exitCode = 255;
$type = ThrowableUtils::getSeverity($exception);
} else {
$type = $exception->getError()['type'];
}
if ($this->loggedErrors & $type) {
FatalError
|
---|
Symfony\Component\ErrorHandler\Error\FatalError: Error: Uncaught Error: Class "Symfony\Component\ErrorHandler\ThrowableUtils" not found in /home/aytovaldesanvice/public_html/libraries/vendor/symfony/error-handler/ErrorHandler.php:498 Stack trace: #0 [internal function]: Symfony\Component\ErrorHandler\ErrorHandler->handleException(Object(Error)) #1 {main} thrown at /home/aytovaldesanvice/public_html/libraries/vendor/symfony/error-handler/ErrorHandler.php:498 |