Exception: EnvParser::ValueNotAllowedError

Inherits:
Error
  • Object
show all
Defined in:
lib/env_parser/errors.rb

Overview

Error class used to indicate parsed values that do not pass user-validation, either by not being part of the given “from_set” list, or by failing the “validated_by” Proc or yield-block check.