catchable

This commit is contained in:
Ryan Oldenburg 2022-08-23 17:01:09 -05:00
parent 242a6d8057
commit 2816029015

View file

@ -1,7 +1,7 @@
import bumpy, chroma, vmath
type
PixieError* = object of ValueError ## Raised if an operation fails.
PixieError* = object of CatchableError ## Raised if an operation fails.
BlendMode* = enum
NormalBlend