# worker/4.9.25/src/Symfony/Filesystem/Exception/IOExceptionInterface.php

ManageWP Worker, version 4.9.25. 12 lines.

- Page: https://pluginprobe.com/plugins/worker/4.9.25/code/src/Symfony/Filesystem/Exception/IOExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/worker/4.9.25/raw/src/Symfony/Filesystem/Exception/IOExceptionInterface.php
- Modified: 2014-08-27T10:57:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/worker/4.9.25/code/src/Symfony/Filesystem/Exception/IOExceptionInterface.php#L10-L20`.

```php
<?php

interface Symfony_Filesystem_Exception_IOExceptionInterface extends Symfony_Filesystem_Exception_ExceptionInterface
{
    /**
     * Returns the associated path for the exception
     *
     * @return string The path.
     */
    public function getPath();
}

```
