lithium\core\Object::_stop PHP Method

_stop() protected method

Exit immediately. Primarily used for overrides during testing.
protected _stop ( integer | string $status ) : void
$status integer | string integer range 0 to 254, string printed on exit
return void
    protected function _stop($status = 0)
    {
        exit($status);
    }