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

Raised at runtime when a key already exists in cache.

Link to this section Summary

Link to this section Types

Specs

t() :: %Nebulex.KeyAlreadyExistsError{
  __exception__: term(),
  cache: atom(),
  key: term()
}