if recipient is None
This commit is contained in:
@ -13,3 +13,12 @@ LoveHate
|
||||
class LoveHateException(Exception):
|
||||
"""Love Hate Exception (generic)"""
|
||||
pass
|
||||
|
||||
|
||||
"""
|
||||
Misc
|
||||
"""
|
||||
|
||||
class MiscException(Exception):
|
||||
"""Misc Exception (generic)"""
|
||||
pass
|
Reference in New Issue
Block a user