doksu / TA-asngen

ASN Lookup Generator for Splunk
MIT License
10 stars 7 forks source link

Adding meaningful text to exceptions #6

Open rvaglid opened 6 years ago

rvaglid commented 6 years ago

Had to change the exception handling to output the actual error message from the proxy server to be able to troubleshoot.

        except Exception as ex:
            raise Exception(ex)