| 42 | |
| 43 | #--------------------------------Class Definitions----------------------------- |
| 44 | class TimeoutException(Exception): |
| 45 | pass |
| 46 | |
| 47 | """Base class for handling all the application generated exception""" |
| 48 | class ApplicationException(Exception): |
nothing calls this directly
no outgoing calls
no test coverage detected