This exception used when the user wants to stop processing of the results, before the end.
| 25 | |
| 26 | |
| 27 | class QuitException(Exception): |
| 28 | """ |
| 29 | This exception used when the user wants to stop processing of the results, before the end. |
| 30 | """ |
| 31 | pass |
| 32 | |
| 33 | |
| 34 | class UserNotFoundException(Exception): |