mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-09-13 09:41:39 +00:00
6 lines
156 B
Python
6 lines
156 B
Python
|
# -*- coding: cp1252 -*-
|
||
|
import exceptions
|
||
|
|
||
|
class InvalidSessionError(exceptions.Exception): pass
|
||
|
class NonExistentSessionError(exceptions.Exception): pass
|