tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
ActorException
tagion
actor
exceptions
Exception type used by tagion.actor.actor
@
safe
class
ActorException :
TagionException
{
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string 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
Exception type used by tagion.actor.actor