Skip to content

Catapulting Exceptions

Michał edited this page Jan 9, 2023 · 2 revisions

In order to raise/throw/catapult/spawn/summon an exception, use the catapult keyword followed by your exception name, like so:

Write("SIUUU");
catapult Error404BadEverything;

Clone this wiki locally