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

Breadcrumb

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

class NoCodeCoverageDriverWithPathCoverageSupportAvailableException

Hierarchy

  • class \SebastianBergmann\CodeCoverage\NoCodeCoverageDriverWithPathCoverageSupportAvailableException extends \RuntimeException implements \SebastianBergmann\CodeCoverage\Exception

Expanded class hierarchy of NoCodeCoverageDriverWithPathCoverageSupportAvailableException

1 file declares its use of NoCodeCoverageDriverWithPathCoverageSupportAvailableException
Selector.php in vendor/phpunit/php-code-coverage/src/Driver/Selector.php

File

vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php, line 14

Namespace

SebastianBergmann\CodeCoverage
View source
final class NoCodeCoverageDriverWithPathCoverageSupportAvailableException extends RuntimeException implements Exception {
    public function __construct() {
        parent::__construct('No code coverage driver with path coverage support available');
    }

}

Members

Title Sort descending Modifiers Object type Summary
NoCodeCoverageDriverWithPathCoverageSupportAvailableException::__construct public function
RSS feed
Powered by Drupal