CompileFail type

Represents a compilation error.

Example

compile("{ + }", )
# ... Exception of type CompileFail ...

Direct parent types

Error
Represents an error. Usually more specific error types are used.
Direct subtypes: 14