core.sync.exception

Define base class for synchronization exceptions.

class SyncError

Types 1

Base class for synchronization errors.

Constructors
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__)