Try-Catch block for Catnip #32
Labels
scope:catnip
Issues with visual programming language Catnip
state:readytoship
Solution for this issue is ready to be shipped.
type:enhancement
A request to improve the existing functionality
Milestone
Currently there is no way to deal with exceptions in Catnip. I propose a try-catch block, that catches exceptions and stores them in a variable.
The block would have separate areas for the try and the catch part of the code. The value of the exception is stored as an object.
This would allow Catnip scripts to deal with exceptions gracefully.
The text was updated successfully, but these errors were encountered: