%PDF- %PDF-
| Direktori : /proc/thread-self/root/data/old/usr/lib/python3.4/site-packages/aioh2/ |
| Current File : //proc/thread-self/root/data/old/usr/lib/python3.4/site-packages/aioh2/exceptions.py |
__all__ = ['AIOH2Exception', 'SendException']
class AIOH2Exception(Exception):
pass
class SendException(AIOH2Exception):
def __init__(self, data):
super().__init__()
self.data = data