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\ExceptionCode
public function __construct(string $message, int $code = 0, ?\Throwable $previous = null, ?string $path = null) {
parent::__construct($message, $code, $previous);
}