Changeset 274 for trunk/error.py
- Timestamp:
- 07/28/09 01:31:05 (3 years ago)
- File:
-
- 1 edited
-
trunk/error.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/error.py
r273 r274 56 56 57 57 58 class ItakaServer ErrorCannotListen(ItakaServerError):58 class ItakaServerCannotListenError(ItakaServerError): 59 59 """ 60 60 Exception raised by server methods … … 70 70 71 71 72 class ItakaScreenshot ErrorWmHints(ItakaScreenshotError):72 class ItakaScreenshotWmHintsError(ItakaScreenshotError): 73 73 """ 74 74 Exception raised by screenshooting methods … … 77 77 78 78 79 class ItakaScreenshot ErrorActiveDesktop(ItakaScreenshotError):79 class ItakaScreenshotActiveDesktopError(ItakaScreenshotError): 80 80 """ 81 81 Exception raised by screenshooting methods … … 84 84 85 85 86 class ItakaS aveScreenshotError(ItakaScreenshotError):86 class ItakaScreenshotSaveError(ItakaScreenshotError): 87 87 """ 88 88 Exception raised by screenshooting methods
Note: See TracChangeset
for help on using the changeset viewer.

