Class luya\exceptions\WhitelistedException
| Inheritance | luya\exceptions\WhitelistedException » luya\Exception » yii\base\Exception » Exception |
|---|---|
| Available since version | 1.0.21 |
| Source Code | https://github.com/luyadev/luya/blob/master/core/exceptions/WhitelistedException.php |
An exception which is Whitelisted and therefore expected.
Whitelisted Exception won't be transmitted to the LUYA error api.
Method Details
Defined in: luya\Exception::getName()
| public string getName ( ) | ||
| return | string |
The user-friendly name of this exception. |
|---|---|---|
public function getName()
{
return 'LUYA Exception';
}