6 lines
68 B
Python
6 lines
68 B
Python
from .. import CurlError
|
|
|
|
|
|
class RequestsError(CurlError):
|
|
pass
|