public function __construct($path, $message)
public function __construct($path, $message)
Create a new FilesystemException, providing a path and a message.
Parameters
string | $path | Path that caused the failure. |
string | $message | Description of the failure. |
Return
this | //Implicit.// |
public function getPath()
public function getPath()
Retrieve the path associated with the exception. Generally, this is something like a path that couldn't be read or written, or a path that was expected to exist but didn't.
Return
string | Path associated with the exception. |