Home
last modified time | relevance | path

Searched refs:EnvironmentValueError (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_cli/py/pw_cli/
Denvparse.py37 class EnvironmentValueError(Exception): class
131 raise EnvironmentValueError(var, env[var]) from err
/external/pigweed/pw_cli/py/
Denvparse_test.py77 with self.assertRaises(envparse.EnvironmentValueError) as ctx:
85 with self.assertRaises(envparse.EnvironmentValueError) as ctx: