warp
warp copied to clipboard
Support UserDefinedErrors
This is a little tricky since StarkNet doesn't support anything like this. Maybe we can replace this with a simple revert and emit a compiler warning stating that we've done so?
I think a simple revert with the UserDefinedError name in the failing assert is a good enough approximation for now