Class yii\apidoc\helpers\BrokenLinkException
Inheritance | yii\apidoc\helpers\BrokenLinkException » yii\base\Exception » Exception |
---|---|
Available since version | 2.1.3 |
Source Code | https://github.com/yiisoft/yii2-apidoc/blob/master/helpers/BrokenLinkException.php |
BrokenLinkException represents a broken API link.
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$context | yii\apidoc\models\TypeDoc|null | yii\apidoc\helpers\BrokenLinkException | |
$object | string | yii\apidoc\helpers\BrokenLinkException |
Public Methods
Method | Description | Defined By |
---|---|---|
__construct() | Constructor. | yii\apidoc\helpers\BrokenLinkException |
getName() | yii\apidoc\helpers\BrokenLinkException |
Property Details
Method Details
Constructor.
public void __construct ( $object, $context ) | ||
$object | string | |
$context | yii\apidoc\models\TypeDoc|null |
public string getName ( ) | ||
return | string | The user-friendly name of this exception |
---|