NimbleOptions.validate-exclamation-mark

You're seeing just the function validate-exclamation-mark, go back to NimbleOptions module for more information.
Link to this function

validate!(options, schema)

View Source

Specs

validate!(
  keyword(),
  schema()
) :: validated_options :: keyword()

Validates the given options with the given schema and raises if they're not valid.

This function behaves exactly like validate/2, but returns the options directly if they're valid or raises a NimbleOptions.ValidationError exception otherwise.