dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
TimeException
core
time
Exception type used by core.time.
class
TimeException :
Exception
{
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
core
time
aliases
MonoTime
classes
TimeException
enums
ClockType
functions
abs
convClockFreq
convert
dur
nsecsToTicks
ticksToNSecs
to
structs
Duration
MonoTimeImpl
TickDuration
Exception type used by core.time.