InvalidSubpathException ​
- Type
- Class
- Namespace
- craft\errors
- Inherits
- craft\errors\InvalidSubpathException » yii\base\Exception » Exception
- Since
- 3.0.0
Class InvalidSubpathException
Public Properties ​
| Property | Description |
|---|---|
| subpath | string – The invalid subpath |
subpath ​
- Type
- string
- Default value
null
The invalid subpath
Public Methods ​
| Method | Description |
|---|---|
| __construct() | Constructor. |
| getName() |
__construct() ​
Constructor.
Arguments ​
$subpath(string) – The invalid subpath$message(string, null) – The error message$code(integer) – The error code$previous(Throwable, null) – The previous exception
getName() ​
Returns ​
string – The user-friendly name of this exception