Spaces:
Runtime error
Runtime error
File size: 102 Bytes
105b369 |
1 2 3 4 5 6 7 |
class PromptUpdateException(Exception):
pass
class PromptNotFoundException(Exception):
pass
|