DrawingError
Raised for drawing-related runtime failures.
Signature
DrawingError
Raised for drawing-related runtime failures.Signature
class DrawingError(ConjureError)Parameters
| Name | Type | Default | Description |
|---|
Returns
Exception classExample
from conjure import *
try:
draw_circle(180, 320, 32, RED)
except DrawingError:
print("runtime setup needed")See also
ConjureErrorNotInitializedErrorAssetNotFoundError
Return to the errors overview or continue with the quickstart.