NimbleOptions.validate-exclamation-mark
You're seeing just the function
validate-exclamation-mark
, go back to NimbleOptions module for more information.
Specs
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.