FilesystemException
Extends RuntimeExceptionException class for handling errors in the Filesystem package
| since |
1.2.0 |
|---|---|
| change |
1.6.2 If the message containes a full path, the root path (JPATH_ROOT) is removed from it to avoid any full path disclosure. Before 1.6.2, the path was propagated as provided. |
| package |
Joomla Framework |
Methods
__construct
Constructor.
__construct(string message = "", int code, \Throwable|null previous = null) : mixed
Arguments
- message
stringThe message- code
intThe code- previous
\Throwable|nullA previous exception
Response
mixed