summaryrefslogtreecommitdiff
path: root/vendor/symfony/debug/Exception/ClassNotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/debug/Exception/ClassNotFoundException.php')
-rw-r--r--vendor/symfony/debug/Exception/ClassNotFoundException.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/symfony/debug/Exception/ClassNotFoundException.php b/vendor/symfony/debug/Exception/ClassNotFoundException.php
index b91bf46631..de5c456443 100644
--- a/vendor/symfony/debug/Exception/ClassNotFoundException.php
+++ b/vendor/symfony/debug/Exception/ClassNotFoundException.php
@@ -26,6 +26,9 @@ class ClassNotFoundException extends FatalErrorException
$previous->getSeverity(),
$previous->getFile(),
$previous->getLine(),
+ null,
+ true,
+ null,
$previous->getPrevious()
);
$this->setTrace($previous->getTrace());