Introduce local exception for SSL errors
It removes the import of SSL in console applications (SSL -> socket -> base64 -> ...)
This commit is contained in:
parent
b8453fb0a8
commit
e12485dc84
3 changed files with 8 additions and 5 deletions
|
|
@ -46,6 +46,10 @@ class BrowserHTTPError(BrowserUnavailable):
|
|||
pass
|
||||
|
||||
|
||||
class BrowserSSLError(BrowserUnavailable):
|
||||
pass
|
||||
|
||||
|
||||
class ParseError(Exception):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue