Lamina.Error.AlreadyRegisteredError exception (lamina v0.2.2)

Lamina is unable to register the configuration module.

Lamina uses an Elixir node-local Registry to keep track of all the configuration modules and their respective ETS tables. This error indicates that an attempt has been made to add the same configuration module twice.

This is most likely to happen if you have accidentally added your configuration module to a supervisor more than once.

Link to this section Summary

Link to this section Types

Specs

t() :: %Lamina.Error.AlreadyRegisteredError{
  __exception__: true,
  module: module(),
  pid: term()
}