Define base class for synchronization exceptions.
Source: core/sync/_exception.d
Base class for synchronization errors.
this(string msg, string file = __FILE__, size_t line = __LINE__, Throwable next = null)
this(string msg, Throwable next, string file = __FILE__, size_t line = __LINE__)