MissingVolumeFolderException ​
- Type
- Class
- Namespace
- craft\errors
- Inherits
- craft\errors\MissingVolumeFolderException » yii\base\Exception » Exception
- Since
- 4.0.0
MissingVolumeFolderException represents an exception caused by a volume folder record that doesn't exist.
Public Properties ​
Property | Description |
---|---|
folderName | string |
indexEntry | craft\models\AssetIndexData |
volume | craft\models\Volume |
folderName
​
- Type
- string
- Default value
null
indexEntry
​
- Type
- craft\models\AssetIndexData
- Default value
null
volume
​
- Type
- craft\models\Volume
- Default value
null
Public Methods ​
Method | Description |
---|---|
__construct() | Constructor |
getName() |
__construct()
​
Constructor
Arguments ​
$indexEntry
(craft\models\AssetIndexData)$volume
(craft\models\Volume)$folderName
(string)$message
(string)$code
(integer)$previous
(Throwable, null)
getName()
​
Returns ​
string – The user-friendly name of this exception