Files
vk-sales-bot/core/exceptions.py
T

5 lines
82 B
Python

class ValidationError(Exception):
pass
class ExportError(Exception):
pass