tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
RunFailure
tagion
actor
exceptions
Undocumented in source.
@
safe
class
RunFailure :
ActorException
{
this
(immutable(char)[] msg, string file, size_t line);
}
Constructors
this
this
(immutable(char)[] msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
tagion
actor
exceptions
classes
ActorException
RunFailure
UnknownMessage
static functions
taskException
structs
TaskFailure
_Throwable