DryLang uses try and err blocks to handle errors gracefully.
err)The err(e) block catches any error from the try block. The error message is injected into the specified variable.
Use the err keyword followed by an expression to throw a runtime error.