%PDF- %PDF-
Direktori : /proc/985914/root/data/old/usr/lib/python3.4/site-packages/aioh2/ |
Current File : //proc/985914/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