mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +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
|
||||
|
||||
|
||||
class FavoritesNotFound(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class PostError(Exception):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue