RegisteredConduitException

RegisteredConduitException is thrown when a selector detects that a conduit registration was attempted more than once.

class RegisteredConduitException : SelectorException {}

Constructors

this
this(string file, size_t line)

Construct a selector exception with the provided text string

Meta