class ErrorException
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- class \PHPUnit\Runner\ErrorException extends \Error implements \PHPUnit\Runner\Exception
Expanded class hierarchy of ErrorException
1 file declares its use of ErrorException
- ThrowableToStringMapper.php in vendor/
phpunit/ phpunit/ src/ Util/ ThrowableToStringMapper.php
3 string references to 'ErrorException'
- Exporter::prepare in vendor/
symfony/ var-exporter/ Internal/ Exporter.php - Prepares an array of values for VarExporter.
- Hydrator::getHydrator in vendor/
symfony/ var-exporter/ Internal/ Hydrator.php - Hydrator::getSimpleHydrator in vendor/
symfony/ var-exporter/ Internal/ Hydrator.php
File
-
vendor/
phpunit/ phpunit/ src/ Runner/ Exception/ ErrorException.php, line 19
Namespace
PHPUnit\RunnerView source
final class ErrorException extends Error implements Exception {
}