| Index: chrome/test/pyautolib/pyauto_errors.py
|
| diff --git a/chrome/test/pyautolib/pyauto_errors.py b/chrome/test/pyautolib/pyauto_errors.py
|
| index db8d51ab3670daf89746ac380a203c114bd179f4..fd50e5274e763a1f2627ccc07119660fef8c3b7c 100644
|
| --- a/chrome/test/pyautolib/pyauto_errors.py
|
| +++ b/chrome/test/pyautolib/pyauto_errors.py
|
| @@ -10,7 +10,15 @@ class JavascriptRuntimeError(RuntimeError):
|
|
|
|
|
| class JSONInterfaceError(RuntimeError):
|
| - """Represent an error in the JSON ipc interface."""
|
| + """Represent an error in the JSON IPC interface."""
|
| + pass
|
| +
|
| +
|
| +class AutomationCommandFail(JSONInterfaceError):
|
| + """Represent an automation command failure.
|
| +
|
| + These failures are passed back from the Chrome side of the IPC.
|
| + """
|
| pass
|
|
|
|
|
|
|