I want to test how certain code handles errors.
I want a function to return an error.
I have tried typing return 0/0 but then my application won't build
return 0/0
How can I force return an error?