DurationStringException

A normal Exception but where its type conveys the specific context of a call to abbreviatedDuration having malformed arguments.

final
class DurationStringException : Exception {}

Constructors

this
this(string message, string file, size_t line, Throwable nextInChain)

Constructor.