mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
Let's have the new exceptions subclass basic exception types
This commit is contained in:
@@ -4,10 +4,7 @@ from httplib import HTTPConnection, HTTPSConnection, HTTPMessage
|
||||
from cStringIO import StringIO
|
||||
|
||||
from vcr.request import Request
|
||||
|
||||
|
||||
class CannotOverwriteExistingCassetteException(Exception):
|
||||
pass
|
||||
from vcr.errors import CannotOverwriteExistingCassetteException
|
||||
|
||||
|
||||
def parse_headers(header_list):
|
||||
|
||||
Reference in New Issue
Block a user