www.digitalmars.com         C & C++   DMDScript  

D - Regexp exceptions

Call me a pedantic SOB, but surely

    class RegExpError : Error
    {}

is quite wrong? Failure to compile a regular expression is hardly an
unrecoverable system/process error, is it?!
Nov 05 2003