Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Dstring_utils.py14 class StringTooLongError(Exception): class
48 raise StringTooLongError('At least one string is longer than length '
Dstring_utils_unittest.py42 with self.assertRaises(string_utils.StringTooLongError):