Nebulex.RegistryLookupError exception (Nebulex v2.6.6)

Copy Markdown View Source

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

Summary

Types

t()

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