Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PcovNotAvailableException.php
function PcovNotAvailableException::__construct
File
vendor/
phpunit/
php-code-coverage/
src/
Exception/
PcovNotAvailableException.php
, line 17
Class
PcovNotAvailableException
Namespace
SebastianBergmann\CodeCoverage\Driver
Code
public
function
__construct
() {
parent
::
__construct
(
'The PCOV extension is not available'
); }
RSS feed