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

Breadcrumb

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

function IOException::__construct

2 calls to IOException::__construct()
FileNotFoundException::__construct in vendor/symfony/filesystem/Exception/FileNotFoundException.php
FileNotFoundException::__construct in vendor/symfony/filesystem/Exception/FileNotFoundException.php
1 method overrides IOException::__construct()
FileNotFoundException::__construct in vendor/symfony/filesystem/Exception/FileNotFoundException.php

File

vendor/symfony/filesystem/Exception/IOException.php, line 23

Class

IOException
Exception class thrown when a filesystem operation failure happens.

Namespace

Symfony\Component\Filesystem\Exception

Code

public function __construct(string $message, int $code = 0, ?\Throwable $previous = null, ?string $path = null) {
    parent::__construct($message, $code, $previous);
}

API Navigation

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