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

Breadcrumb

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

class PathExistsButIsNotDirectoryException

Hierarchy

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

Expanded class hierarchy of PathExistsButIsNotDirectoryException

1 file declares its use of PathExistsButIsNotDirectoryException
Facade.php in vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php

File

vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php, line 16

Namespace

SebastianBergmann\CodeCoverage\Driver
View source
final class PathExistsButIsNotDirectoryException extends RuntimeException implements Exception {
    public function __construct(string $path) {
        parent::__construct(sprintf('"%s" exists but is not a directory', $path));
    }

}

Members

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

API Navigation

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