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