X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fexception.py;h=43ba6a0b5a8858402f5fc0902d5b596bb54f1bdb;hb=2feb549a3199f6d503adc81d7b32a20ab970c553;hp=f0f3c5343238cabcd382c68ebe03e9738760c7fc;hpb=1ff9b1899959673512927b6afa317855908b7073;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/exception.py b/ctypescrypto/exception.py index f0f3c53..43ba6a0 100644 --- a/ctypescrypto/exception.py +++ b/ctypescrypto/exception.py @@ -1,6 +1,12 @@ +""" +Exception which extracts libcrypto error information +""" from ctypes import * from ctypescrypto import libcrypto strings_loaded=False + +__all__ = ['LibCryptoError','clear_err_stack'] + class LibCryptoError(Exception): """ Exception for libcrypto errors. Adds all the info, which can be