mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-30 03:31:35 +00:00
Added experimental module with a base session
This commit is contained in:
9
src/sessions/session_exceptions.py
Normal file
9
src/sessions/session_exceptions.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: cp1252 -*-
|
||||
import exceptions
|
||||
|
||||
class InvalidSessionError(exceptions.Exception): pass
|
||||
class NonExistentSessionError(exceptions.Exception): pass
|
||||
class NotLoggedSessionError(exceptions.BaseException): pass
|
||||
class NotConfiguredSessionError(exceptions.BaseException): pass
|
||||
class RequireCredentialsSessionError(exceptions.BaseException): pass
|
||||
class AlreadyAuthorisedError(exceptions.BaseException): pass
|
Reference in New Issue
Block a user