FilesystemException
Extends RuntimeExceptionException class for handling errors in the Filesystem package
since |
1.2.0 |
---|---|
change |
2.0.1 If the message containes 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(string message = "", int code, \Throwable|null previous = null) : mixed
Arguments
- message
string
The message- code
int
The code- previous
\Throwable|null
A previous exception
Response
mixed