love.system.suspend( )
Calling this function will cause LOVE to enter error mode, just like when
an error occurs. NOTE! If you actually want to cause an error, do not
call this function, use the built-in Lua function error() instead.
Usage
love.system.suspend( )
Arguments
None
Returns
Nothing