wip
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class ConversationLockedException(Exception):
|
||||
"""Raised when there is already an ongoing conversation."""
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
"There is already an ongoing conversation. Please wait until it is finished."
|
||||
)
|
||||
@@ -0,0 +1 @@
|
||||
from .LockedConversationException import ConversationLockedException
|
||||
Reference in New Issue
Block a user