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