class EmptyStringException
@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\Framework\Exception extends \RuntimeException implements \PHPUnit\Exception
- class \PHPUnit\Framework\InvalidArgumentException extends \PHPUnit\Framework\Exception
- class \PHPUnit\Framework\EmptyStringException extends \PHPUnit\Framework\InvalidArgumentException
- class \PHPUnit\Framework\InvalidArgumentException extends \PHPUnit\Framework\Exception
Expanded class hierarchy of EmptyStringException
2 files declare their use of EmptyStringException
- StringEndsWith.php in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ String/ StringEndsWith.php - StringStartsWith.php in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ String/ StringStartsWith.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ Exception/ EmptyStringException.php, line 17
Namespace
PHPUnit\FrameworkView source
final class EmptyStringException extends InvalidArgumentException {
}