Files
workflow-scripts/lib/exceptions.py

7 lines
97 B
Python

class AlreadyExistsException(Exception):
pass
class NotFoundException(Exception):
pass