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

Breadcrumb

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

function PathExistsButIsNotDirectoryException::__construct

File

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

Class

PathExistsButIsNotDirectoryException

Namespace

SebastianBergmann\CodeCoverage\Driver

Code

public function __construct(string $path) {
    parent::__construct(sprintf('"%s" exists but is not a directory', $path));
}
RSS feed
Powered by Drupal