Add additional debugging to try and identify cause of MB#11103
[hermes] / package / src / org / maemo / hermes / engine / service.py
index 3d7d8bb..f652a60 100644 (file)
@@ -67,3 +67,15 @@ class Service:
            be added to."""
            
         pass
+
+
+# ---------------------------------------------------------------------------
+class CredentialsExpiredException(Exception):
+    """Used to indicate that the credentials provided, say via OAuth,
+       have expired or are incorrect.
+       
+       Copyright (c) Andrew Flegg <andrew@bleb.org> 2010.
+       Released under the Artistic Licence."""
+    
+    
+    pass
\ No newline at end of file