Raised when loading env var config keys has an ambiguous target. .. versionadded:: 1.0
| 254 | |
| 255 | |
| 256 | class AmbiguousEnvVar(Exception): |
| 257 | """ |
| 258 | Raised when loading env var config keys has an ambiguous target. |
| 259 | |
| 260 | .. versionadded:: 1.0 |
| 261 | """ |
| 262 | |
| 263 | pass |
| 264 | |
| 265 | |
| 266 | class UncastableEnvVar(Exception): |
no outgoing calls
no test coverage detected
searching dependent graphs…