Consensys / armlet

a MythX API client wrapper
MIT License
17 stars 7 forks source link

Bug Fix on simpleRequester error handling #97

Closed tagomaru closed 5 years ago

tagomaru commented 5 years ago

I found bug regarding simpleRequester error handling. If statusCode is not 200, it should throw not JSON parse error but Invalid status code.