catchable
This commit is contained in:
parent
242a6d8057
commit
2816029015
|
@ -1,7 +1,7 @@
|
||||||
import bumpy, chroma, vmath
|
import bumpy, chroma, vmath
|
||||||
|
|
||||||
type
|
type
|
||||||
PixieError* = object of ValueError ## Raised if an operation fails.
|
PixieError* = object of CatchableError ## Raised if an operation fails.
|
||||||
|
|
||||||
BlendMode* = enum
|
BlendMode* = enum
|
||||||
NormalBlend
|
NormalBlend
|
||||||
|
|
Loading…
Reference in a new issue