ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($path, $code=0, BaseException $previous=null) | |
Constructor. More... | |
getPath () | |
Get the path which was not found. More... | |
Protected Attributes | |
$path | |
Definition at line 7 of file FileNotFoundException.php.
League\Flysystem\FileNotFoundException::__construct | ( | $path, | |
$code = 0 , |
|||
BaseException | $previous = null |
||
) |
Constructor.
string | $path | |
int | $code | |
\Exception | $previous |
Definition at line 21 of file FileNotFoundException.php.
References $code, League\Flysystem\FileNotFoundException\$path, and League\Flysystem\FileNotFoundException\getPath().
League\Flysystem\FileNotFoundException::getPath | ( | ) |
Get the path which was not found.
Definition at line 33 of file FileNotFoundException.php.
References League\Flysystem\FileNotFoundException\$path.
Referenced by League\Flysystem\FileNotFoundException\__construct().
|
protected |
Definition at line 12 of file FileNotFoundException.php.
Referenced by League\Flysystem\FileNotFoundException\__construct(), and League\Flysystem\FileNotFoundException\getPath().