exception documentation

class UncastableEnvVar(Exception): (source)

View In Hierarchy

Raised on attempted env var loads whose default values are too rich. E.g. trying to stuff ``MY_VAR="foo"`` into ``{'my_var': ['uh', 'oh']}`` doesn't make any sense until/if we implement some sort of transform option. .. versionadded:: 1.0