lithium\core\StaticObject::_stop PHP Method

_stop() protected static method

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