Searched refs:RegexException (Results 1 – 9 of 9) sorted by relevance
236 throw new RegexException("empty CodepointSet not allowed"); in charsetToIr()619 throw new RegexException(text("redundant flag specified: ",ch)); in parseFlags()624 throw new RegexException(text("unknown regex flag '",ch,"'")); in parseFlags()1018 throw new RegexException(app.data); in error()
375 catch (RegexException e) in run_tests()
690 auto e = collectException!RegexException(regex(q"<[^]>"));
931 public class RegexException : Exception
317 throw new RegexException("empty CodepointSet not allowed"); in charsetToIr()714 throw new RegexException(text("redundant flag specified: ",ch)); in parseFlags()719 throw new RegexException(text("unknown regex flag '",ch,"'")); in parseFlags()1554 throw new RegexException(app.data); in error()
375 catch (RegexException e) in run_tests()1106 auto e = collectException!RegexException(regex(q"<[^]>"));
738 public class RegexException : Exception
37 $(LREF RegexException)1674 public alias RegexException = std.regex.internal.ir.RegexException; variable
38 $(LREF RegexException)