mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-19 05:06:57 +00:00
git-subtree-dir: SpiffWorkflow git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
11 lines
153 B
Python
11 lines
153 B
Python
class TaskSpecNotSupportedError(ValueError):
|
|
pass
|
|
|
|
|
|
class TaskNotSupportedError(ValueError):
|
|
pass
|
|
|
|
|
|
class MissingSpecError(ValueError):
|
|
pass
|