1
0
Fork 0
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:
Myned 2017-10-16 02:06:50 -04:00
parent 3de252c96b
commit e21909faec

View file

@ -29,6 +29,10 @@ class MissingArgument(Exception):
pass
class FavoritesNotFound(Exception):
pass
class PostError(Exception):
pass