great-ai/great_ai/exceptions/missing_argument_error.py
2022-07-04 19:31:15 +02:00

2 lines
48 B
Python

class MissingArgumentError(Exception):
pass