Bench\Ab::init PHP Method

init() protected method

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