DoraRPC\Client::__construct PHP Méthode

__construct() public méthode

public __construct ( $serverConfig )
    public function __construct($serverConfig)
    {
        if (count($serverConfig) == 0) {
            echo "cant found config on the Dora RPC..";
            throw new \Exception("please set the config param on init Dora RPC", -1);
        }
        $this->serverConfig = $serverConfig;
    }