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