public function ClassNotFoundException::__construct in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/debug/Exception/ClassNotFoundException.php \Symfony\Component\Debug\Exception\ClassNotFoundException::__construct()
- 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassNotFoundException.php \Prophecy\Exception\Doubler\ClassNotFoundException::__construct()
Same name and namespace in other branches
- 8.0 vendor/symfony/debug/Exception/ClassNotFoundException.php \Symfony\Component\Debug\Exception\ClassNotFoundException::__construct()
File
- vendor/
symfony/ debug/ Exception/ ClassNotFoundException.php, line 21
Class
- ClassNotFoundException
- Class (or Trait or Interface) Not Found Exception.
Namespace
Symfony\Component\Debug\ExceptionCode
public function __construct($message, \ErrorException $previous) {
parent::__construct($message, $previous
->getCode(), $previous
->getSeverity(), $previous
->getFile(), $previous
->getLine(), $previous
->getPrevious());
$this
->setTrace($previous
->getTrace());
}