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

Breadcrumb

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

class DirectoryDoesNotExistException

@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

@internal This class is not covered by the backward compatibility promise for PHPUnit

Hierarchy

  • class \PHPUnit\Runner\DirectoryDoesNotExistException extends \RuntimeException implements \PHPUnit\Runner\Exception

Expanded class hierarchy of DirectoryDoesNotExistException

4 files declare their use of DirectoryDoesNotExistException
Application.php in vendor/phpunit/phpunit/src/TextUI/Application.php
DefaultPrinter.php in vendor/phpunit/phpunit/src/TextUI/Output/Printer/DefaultPrinter.php
DefaultResultCache.php in vendor/phpunit/phpunit/src/Runner/ResultCache/DefaultResultCache.php
Facade.php in vendor/phpunit/phpunit/src/TextUI/Output/Facade.php

File

vendor/phpunit/phpunit/src/Runner/Exception/DirectoryDoesNotExistException.php, line 20

Namespace

PHPUnit\Runner
View source
final class DirectoryDoesNotExistException extends RuntimeException implements Exception {
    public function __construct(string $directory) {
        parent::__construct(sprintf('Directory "%s" does not exist and could not be created', $directory));
    }

}

Members

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

API Navigation

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