RegExpCompileFail type

Represents a regulat expression compilation error.

Example

"aaa" ~ /+/
# ... Exception of type RegExpCompileFail ...

Direct parent types

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