N98\Magento\Command\SelfUpdateCommand::_exit PHP Method

_exit() protected method

This is a workaround to prevent warning of dispatcher after replacing the phar file.
protected _exit ( ) : void
return void
    protected function _exit()
    {
        exit;
    }