|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for League\Flysystem\FileNotFoundException:
Collaboration diagram for League\Flysystem\FileNotFoundException: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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:
|
protected |
Definition at line 12 of file FileNotFoundException.php.
Referenced by League\Flysystem\FileNotFoundException\__construct(), and League\Flysystem\FileNotFoundException\getPath().