RosettaCodeData/Task/Exceptions/Phix/exceptions-1.phix

4 lines
59 B
Plaintext

throw("oh no")
throw(1)
throw(501,{"she",made[me],Do(it)})