Class craft\errors\FileException
- Inheritance
- craft\errors\FileException » yii\base\UserException » yii\base\Exception » Exception
- Subclasses
- craft\errors\UploadFailedException
- Available since version
- 3.0
- Source Code
- https://github.com/craftcms/cms/blob/master/src/errors/FileException.php
Class FileException
Method | Description | Defined By |
---|---|---|
getName() |
craft\errors\FileException |
Method Details
getName()
public method
#
public string getName ( )
return | string | The user-friendly name of this exception |
---|