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

Breadcrumb

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

function FilesystemException::__construct

File

vendor/composer/composer/src/Composer/Downloader/FilesystemException.php, line 22

Class

FilesystemException
Exception thrown when issues exist on local filesystem

Namespace

Composer\Downloader

Code

public function __construct(string $message = '', int $code = 0, ?\Exception $previous = null) {
    parent::__construct("Filesystem exception: \n" . $message, $code, $previous);
}

API Navigation

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