EmitterStop

Special exception used to stop the emission of an event.

class EmitterStop : Exception {}

Members

Mixins

__anonymous
mixin ExceptionMixin

Undocumented in source.

Mixed In Members

From mixin ExceptionMixin

this
this(string msg, Throwable next)

Undocumented in source.

this
this(string msg, string file, size_t line, Throwable next)

Undocumented in source.

Meta