PriorityMessageException

Thrown if a message was sent to a thread via std.concurrency.prioritySend and the receiver does not have a handler for a message of this type.

class PriorityMessageException : Exception {}

Constructors

this
this(Variant vals)

Members

Variables

message
Variant message;

The message that was sent.

Meta