InvalidSubpathException
- Type
- Class
- Namespace
- Craft
- Inherits
- Craft\InvalidSubpathException » Craft\Exception » CException (opens new window) » Exception (opens new window)
- Since
- 2.4
Class InvalidSubpathException
See also http://craftcms.com
View source (opens new window)
# Public Properties
| Property | Description |
|---|---|
| $subpath | string (opens new window) – The invalid subpath |
# $subpath
Signature
public string $subpath = null
# Public Methods
| Method | Description |
|---|---|
| __construct() | Constructor. |
# __construct()
Constructor.
View source (opens new window)
Arguments
$subpath(string (opens new window)) – The invalid subpath$message(string (opens new window)) – The error message$code(integer (opens new window)) – The error code
Signature
public void __construct ( $subpath, $message = null, $code = 0 )