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

Breadcrumb

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

class PcovNotAvailableException

Hierarchy

  • class \SebastianBergmann\CodeCoverage\Driver\PcovNotAvailableException extends \RuntimeException implements \SebastianBergmann\CodeCoverage\Exception

Expanded class hierarchy of PcovNotAvailableException

File

vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php, line 15

Namespace

SebastianBergmann\CodeCoverage\Driver
View source
final class PcovNotAvailableException extends RuntimeException implements Exception {
    public function __construct() {
        parent::__construct('The PCOV extension is not available');
    }

}

Members

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