AutomatedTester / browsermob-proxy-py

A python wrapper for Browsermob Proxy
http://oss.theautomatedtester.co.uk/browsermob-proxy-py
236 stars 104 forks source link

Add ProxyServerError and raise it instead of Exception #51

Closed rikva closed 8 years ago

rikva commented 8 years ago

Hi! I'd like to catch and handle these exceptions when they occur, but catching Exceptions isn't good practice. I propose raising a custom exception.

AutomatedTester commented 8 years ago

Could you rebase this and I will get it merged. THanks for the patch

rikva commented 8 years ago

Rebased - it looks like the failing test is a glitch?