SupervisorStrategy..::..DefaultDecider Method
When supervisorStrategy is not specified for an actor this
[[Decider]] is used by default in the supervisor strategy.
The child will be stopped when [[Akka.Actor.ActorInitializationException]],
[[Akka.Actor.ActorKilledException]], or [[Akka.Actor.DeathPactException]] is
thrown. It will be restarted for other `Exception` types.
The error is escalated if it's a `Exception`, i.e. `Error`.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)