yii\httpclient\Exception::getName PHP Méthode

getName() public méthode

public getName ( ) : string
Résultat string the user-friendly name of this exception
    public function getName()
    {
        return 'HTTP Client Exception';
    }
Exception