interface IOExceptionInterface
IOException interface for file and input/output stream related exceptions thrown by the component.
@author Christian Gärtner <christiangaertner.film@googlemail.com>
Hierarchy
- interface \Symfony\Component\Filesystem\Exception\ExceptionInterface extends \Symfony\Component\Filesystem\Exception\Throwable
- interface \Symfony\Component\Filesystem\Exception\IOExceptionInterface extends \Symfony\Component\Filesystem\Exception\ExceptionInterface
Expanded class hierarchy of IOExceptionInterface
All classes that implement IOExceptionInterface
File
-
vendor/
symfony/ filesystem/ Exception/ IOExceptionInterface.php, line 19
Namespace
Symfony\Component\Filesystem\ExceptionView source
interface IOExceptionInterface extends ExceptionInterface {
/**
* Returns the associated path for the exception.
*/
public function getPath() : ?string;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
IOExceptionInterface::getPath | public | function | Returns the associated path for the exception. | 1 |