The OpenD Programming Language

DateTimeException

Exception type used by std.datetime. It's an alias to core.time.TimeException. Either can be caught without concern about which module it came from.

import std.datetime.date;
alias DateTimeException = TimeException

Meta