class XmlException
Same name in this branch
- 11.1.x vendor/phpunit/php-code-coverage/src/Exception/XmlException.php \SebastianBergmann\CodeCoverage\XmlException
@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\Util\Xml\XmlException extends \RuntimeException implements \PHPUnit\Util\Exception
Expanded class hierarchy of XmlException
7 files declare their use of XmlException
- Assert.php in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Functions.php in vendor/
phpunit/ phpunit/ src/ Framework/ Assert/ Functions.php - Loader.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Loader.php - Migrator.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Migration/ Migrator.php - Reader.php in vendor/
phpunit/ phpunit/ src/ Runner/ Baseline/ Reader.php
File
-
vendor/
phpunit/ phpunit/ src/ Util/ Exception/ XmlException.php, line 20
Namespace
PHPUnit\Util\XmlView source
final class XmlException extends RuntimeException implements Exception {
}