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

Breadcrumb

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

class XdebugNotAvailableException

Hierarchy

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

Expanded class hierarchy of XdebugNotAvailableException

File

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

Namespace

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

}

Members

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

API Navigation

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