The OpenD Programming Language

RegexException

Exception object thrown in case of errors during regex compilation.

import std.regex;
alias RegexException = std.regex.internal.ir.RegexException

Meta