abhinavk99/jikanpy

Revamp APIException to show status, type, message, error

abhinavk99 opened this issue · 0 comments

Show all the data from:

{
    "status": 404,
    "type": "BadResponseException",
    "message": "Resource does not exist",
    "error": "Something Happened"
}

Also include report_url if it exists.