mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-04-22 23:28:52 -04:00
8 lines
102 B
Python
8 lines
102 B
Python
# coding=utf-8
|
|
class EmptyEntryError(Exception):
|
|
pass
|
|
|
|
|
|
class EmptyLineError(Exception):
|
|
pass
|