move ParseError into weboob.tools.exceptions
This commit is contained in:
parent
6fcac89dd5
commit
3e1dec519e
2 changed files with 3 additions and 4 deletions
|
|
@ -46,3 +46,5 @@ class BrowserHTTPError(BrowserUnavailable):
|
|||
pass
|
||||
|
||||
|
||||
class ParseError(Exception):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue