yii\httpclient\Exception::getName PHP 메소드

getName() 공개 메소드

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