process_tree_dictionary v1.0.2 ProcessTreeDictionary.NotRunningError exception

Raised when attempting to write to a ProcessTreeDictionary before it has been started or after it has exited.

Summary

Functions

Callback implementation for c:Exception.exception/1

Callback implementation for c:Exception.message/1

Functions

exception(msg)

Specs

exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t

Callback implementation for c:Exception.exception/1.

message(exception)

Specs

message(Exception.t) :: String.t

Callback implementation for c:Exception.message/1.