Searched refs:EnvironmentValueError (Results 1 – 2 of 2) sorted by relevance
37 class EnvironmentValueError(Exception): class131 raise EnvironmentValueError(var, env[var]) from err
77 with self.assertRaises(envparse.EnvironmentValueError) as ctx:85 with self.assertRaises(envparse.EnvironmentValueError) as ctx: