D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
cwd
/
wp-content
/
plugins
/
worker
/
src
/
Symfony
/
Filesystem
/
Exception
/
Filename :
IOExceptionInterface.php
back
Copy
<?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(); }