Nebulex.RegistryLookupError exception (Nebulex v2.3.0) View Source

Raised at runtime when the cache was not started or it does not exist.

Link to this section Summary

Link to this section Types

Specs

t() :: %Nebulex.RegistryLookupError{
  __exception__: term(),
  message: binary(),
  name: atom()
}