bradyrussell / UISCoin

Java cryptocurrency made to learn more about Bitcoin.
https://bradyrussell.github.io/UISCoin/javadoc
0 stars 1 forks source link

todo make scripts throw custom exceptions for better error handling #42

Closed bradyrussell closed 3 years ago

bradyrussell commented 3 years ago

first i need to make java exceptions then kinda append my script level calls to the top of the stack trace

bradyrussell commented 3 years ago

so i can get something like

AT BYTE 17 SCRIPT THREW StackNotEnoughElementsException ....