Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RuntimeException.php

class RuntimeException

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/RuntimeException.php \PHPUnit\Framework\MockObject\Generator\RuntimeException
  2. 11.1.x vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php \PHPUnit\Framework\MockObject\RuntimeException
  3. 11.1.x vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php \PHPUnit\TextUI\RuntimeException
  4. 11.1.x vendor/phpunit/phpunit/src/Event/Exception/RuntimeException.php \PHPUnit\Event\RuntimeException
  5. 11.1.x vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php \SebastianBergmann\Template\RuntimeException
  6. 11.1.x vendor/php-tuf/composer-stager/src/API/Exception/RuntimeException.php \PhpTuf\ComposerStager\API\Exception\RuntimeException
  7. 11.1.x vendor/sebastian/type/src/exception/RuntimeException.php \SebastianBergmann\Type\RuntimeException
  8. 11.1.x vendor/sebastian/complexity/src/Exception/RuntimeException.php \SebastianBergmann\Complexity\RuntimeException
  9. 11.1.x vendor/sebastian/global-state/src/exceptions/RuntimeException.php \SebastianBergmann\GlobalState\RuntimeException
  10. 11.1.x vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php \SebastianBergmann\LinesOfCode\RuntimeException
  11. 11.1.x vendor/sebastian/comparator/src/exceptions/RuntimeException.php \SebastianBergmann\Comparator\RuntimeException
  12. 11.1.x vendor/justinrainbow/json-schema/src/JsonSchema/Exception/RuntimeException.php \JsonSchema\Exception\RuntimeException
  13. 11.1.x vendor/symfony/mime/Exception/RuntimeException.php \Symfony\Component\Mime\Exception\RuntimeException
  14. 11.1.x vendor/symfony/serializer/Exception/RuntimeException.php \Symfony\Component\Serializer\Exception\RuntimeException
  15. 11.1.x vendor/symfony/mailer/Exception/RuntimeException.php \Symfony\Component\Mailer\Exception\RuntimeException
  16. 11.1.x vendor/symfony/routing/Exception/RuntimeException.php \Symfony\Component\Routing\Exception\RuntimeException
  17. 11.1.x vendor/symfony/process/Exception/RuntimeException.php \Symfony\Component\Process\Exception\RuntimeException
  18. 11.1.x vendor/symfony/filesystem/Exception/RuntimeException.php \Symfony\Component\Filesystem\Exception\RuntimeException
  19. 11.1.x vendor/symfony/string/Exception/RuntimeException.php \Symfony\Component\String\Exception\RuntimeException
  20. 11.1.x vendor/symfony/console/Exception/RuntimeException.php \Symfony\Component\Console\Exception\RuntimeException
  21. 11.1.x vendor/symfony/browser-kit/Exception/RuntimeException.php \Symfony\Component\BrowserKit\Exception\RuntimeException
  22. 11.1.x vendor/symfony/yaml/Exception/RuntimeException.php \Symfony\Component\Yaml\Exception\RuntimeException
  23. 11.1.x vendor/symfony/dependency-injection/Exception/RuntimeException.php \Symfony\Component\DependencyInjection\Exception\RuntimeException
  24. 11.1.x vendor/squizlabs/php_codesniffer/src/Exceptions/RuntimeException.php \PHP_CodeSniffer\Exceptions\RuntimeException

Base RuntimeException for the Validator component.

@author Bernhard Schussek <bschussek@gmail.com>

Hierarchy

  • class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
    • class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface

Expanded class hierarchy of RuntimeException

3 files declare their use of RuntimeException
ChoiceValidator.php in vendor/symfony/validator/Constraints/ChoiceValidator.php
ImmutablePropertiesConstraintValidator.php in core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php
RecursiveContextualValidator.php in vendor/symfony/validator/Validator/RecursiveContextualValidator.php

File

vendor/symfony/validator/Exception/RuntimeException.php, line 19

Namespace

Symfony\Component\Validator\Exception
View source
class RuntimeException extends \RuntimeException implements ExceptionInterface {

}
RSS feed
Powered by Drupal