1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-23 00:03:33 +00:00
bazarr/custom_libs/subzero/modification/exc.py

8 lines
102 B
Python
Raw Normal View History

# coding=utf-8
class EmptyEntryError(Exception):
pass
class EmptyLineError(Exception):
pass