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