Laravoole\Base::start PHP 메소드

start() 공개 메소드

public start ( )
    public function start()
    {
        throw new Exception(__CLASS__ . "::start MUST be implemented", 1);
    }