Remix.run Logo
jve 3 days ago

Well in that case, a regular throw can be used. Don't see a need for custom function. From docs:

> The throw keyword causes a terminating error. You can use the throw keyword to stop the processing of a command, function, or script.

twilight-code 2 days ago | parent [-]

good point