2 lines
61 B
Nim
2 lines
61 B
Nim
proc spam() =
|
|
raise newException(SillyError, "Some error")
|
proc spam() =
|
|
raise newException(SillyError, "Some error")
|