dcord ~master (2020-08-31T23:49:36Z)
Home
Dub
Repo
EmitterStop
dcord
util
emitter
Special exception used to stop the emission of an event.
class
EmitterStop : Exception {
mixin
ExceptionMixin
;
}
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
Source
See Implementation
dcord
util
emitter
aliases
EventListenerArray
classes
AllEventListener
BaseEventListener
Emitter
EmitterStop
EventListener
enums
EmitterOrder
interfaces
BoundEmitter
variables
EmitterOrderAll
Special exception used to stop the emission of an event.