env library
Classes
- DotenvParser
-
Parses
.envfile content into a key-value map. - Env
- A loaded environment with typed value access.
Exceptions / Errors
- EnvMissingKeyException
- Thrown when a required key is missing.
- EnvParseException
- Thrown when a value cannot be parsed to the expected type.