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