Bench\Siege::init PHP Method

init() protected method

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