mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-06-29 01:43:10 -04:00
7 lines
102 B
Python
7 lines
102 B
Python
# coding=utf-8
|
|
class EmptyEntryError(Exception):
|
|
pass
|
|
|
|
|
|
class EmptyLineError(Exception):
|
|
pass
|