mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-02 14:51:44 -04: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
|