Class craft\errors\MissingComponentException
- Inheritance
- craft\errors\MissingComponentException » yii\base\Exception » Exception
- Available since version
- 3.0
- Source Code
- https://github.com/craftcms/cms/blob/master/src/errors/MissingComponentException.php
MissingComponentException represents an exception caused by creating a component with a missing class.
Method | Description | Defined By |
---|---|---|
getName() |
craft\errors\MissingComponentException |
Method Details
getName()
public method
#
public string getName ( )
return | string | The user-friendly name of this exception |
---|