Searched refs:exceptions (Results 1 – 8 of 8) sorted by relevance
93 except requests.exceptions.Timeout as e:126 except (requests.exceptions.ConnectionError,127 requests.exceptions.Timeout) as e:156 except requests.exceptions.Timeout as e:196 except requests.exceptions.Timeout as e:241 except requests.exceptions.Timeout as e:266 except requests.exceptions.Timeout as e:333 except requests.exceptions.Timeout as e:377 except requests.exceptions.Timeout as e:408 except (requests.exceptions.ConnectionError,[all …]
52 self.exceptions = []93 return self.exceptions[-1]111 self.exceptions.append(exception)
106 self.assertEqual(self.res_multiple_with_cmd_and_exception.exceptions,
21 from google.cloud import exceptions51 except google.auth.exceptions.DefaultCredentialsError as e:239 except exceptions.NotFound as e:312 except exceptions.NotFound as e:337 except exceptions.NotFound as e:
27 from google.auth import exceptions as auth_exceptions
35 from selenium.common.exceptions import TimeoutException242 except requests.exceptions.Timeout as e:326 except requests.exceptions.Timeout as e:355 except requests.exceptions.Timeout as e:489 except requests.exceptions.Timeout as e:507 except (requests.HTTPError, requests.exceptions.Timeout) as error:
129 private static void throwAggregatedException(Map<String, RuntimeException> exceptions, in throwAggregatedException() argument131 Set<String> keySet = exceptions.keySet(); in throwAggregatedException()138 RuntimeException re = exceptions.get(description); in throwAggregatedException()
74 except requests.exceptions.Timeout as e: