mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
8 lines
193 B
Python
8 lines
193 B
Python
class CannotOverwriteExistingCassetteException(Exception):
|
|
pass
|
|
|
|
|
|
class UnhandledHTTPRequestError(KeyError):
|
|
"""Raised when a cassette does not contain the request we want."""
|
|
pass
|