Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
IOExceptionInterface.php
function IOExceptionInterface::getPath
Returns the associated path for the exception.
1 method overrides
IOExceptionInterface::getPath()
IOException::getPath
in vendor/
symfony/
filesystem/
Exception/
IOException.php
Returns the associated path for the exception.
File
vendor/
symfony/
filesystem/
Exception/
IOExceptionInterface.php
, line 24
Class
IOExceptionInterface
IOException interface for file and input/output stream related exceptions thrown by the component.
Namespace
Symfony\Component\Filesystem\Exception
Code
public
function
getPath
() : ?string;
RSS feed