RosettaCodeData/Task/Exceptions/Nim/exceptions-2.nim

3 lines
61 B
Nim

proc spam() =
raise newException(SillyError, "Some error")