class CrConfig::ConfigException
- CrConfig::ConfigException
- Exception
- Reference
- Object
Overview
Exception that gets thrown whenever there's something "wrong" with the configuration, such as a config value not being found through the providers, or not being able to be transformed into the correct type.
Defined in:
cr-config/builder_macro.crConstructors
Instance Method Summary
-
#name : String
The configuration property name that the error was triggered for
-
#parse_message : String
Error message
-
#type : CrConfig::ConfigException::Type
The Type of the error
Constructor Detail
Instance Method Detail
def parse_message : String
#
Error message
Hopefully a more human readable error message that helps identify what caused the problem and how to fix it