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