View Source Mahaul.Configs (Mahaul v0.6.0)
Module for dealing with the configuration options for initialization.
Link to this section Summary
Functions
Validates the initialization options.
Link to this section Functions
@spec validate_opts!(keyword()) :: :ok
Validates the initialization options.
The options keyword list is validated for any missing or invalid
configuration option. The method throws ArgumentError
for any
misconfigured option.