mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 14:47:29 +00:00
FavoritesNotFound added to exceptions
This commit is contained in:
parent
3de252c96b
commit
e21909faec
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ class MissingArgument(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class FavoritesNotFound(Exception):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class PostError(Exception):
|
class PostError(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue