Bench\HttpLoad::init PHP Method

init() protected method

protected init ( )
    protected function init()
    {
        parent::init();
        if (! file_exists($this->http_load)) {
            $this->outln("File not found: '{$this->http_load}'.");
            exit(1);
        }
    }