PHPStan\Broker\ClassNotFoundException::getClassName PHP Method

getClassName() public method

public getClassName ( ) : string
return string
    public function getClassName() : string
    {
        return $this->className;
    }
ClassNotFoundException