Class luya\exceptions\WhitelistedException

Inheritanceluya\exceptions\WhitelistedException » luya\Exception » yii\base\Exception » Exception
Available since version1.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.

Public Methods

Hide inherited methods

Method Description Defined By
getName() luya\Exception

Method Details

Hide inherited methods

getName() public method
public string getName ( )
return string

The user-friendly name of this exception.

                public function getName()
{
    return 'LUYA Exception';
}