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

Breadcrumb

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

class XdebugNotEnabledException

Hierarchy

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

Expanded class hierarchy of XdebugNotEnabledException

File

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

Namespace

SebastianBergmann\CodeCoverage\Driver
View source
final class XdebugNotEnabledException extends RuntimeException implements Exception {
    public function __construct() {
        parent::__construct('XDEBUG_MODE=coverage (environment variable) or xdebug.mode=coverage (PHP configuration setting) has to be set');
    }

}

Members

Title Sort descending Modifiers Object type Summary
XdebugNotEnabledException::__construct public function

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal