mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-21 05:58:12 +00:00
11 lines
153 B
Python
11 lines
153 B
Python
|
class TaskSpecNotSupportedError(ValueError):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class TaskNotSupportedError(ValueError):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class MissingSpecError(ValueError):
|
||
|
pass
|