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