UnregisteredConduitException

UnregisteredConduitException is thrown when the selector looks for a registered conduit and it cannot find it.

class UnregisteredConduitException : SelectorException {}

Constructors

this
this(string file, size_t line)

Construct a selector exception with the provided text string

Meta