RegExpCompileFail type
Example
"aaa" ~ /+/ # ... Exception of type RegExpCompileFail ...
Direct parent types
- Error
Represents an error. Usually more specific error types are used. Direct subtypes: 14
"aaa" ~ /+/ # ... Exception of type RegExpCompileFail ...