Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
IOException.php
function IOException::getPath
Overrides
IOExceptionInterface::getPath
File
vendor/
symfony/
filesystem/
Exception/
IOException.php
, line 32
Class
IOException
Exception class thrown when a filesystem operation failure happens.
Namespace
Symfony\Component\Filesystem\Exception
Code
public
function
getPath
() : ?string {
return
$this
->
path
; }
RSS feed