Types

RegExpCompileFail

Represents a regulat expression compilation error.

Parent types

Example

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