Added Excetption for when we don't find a delimiter
This commit is contained in:
parent
be8a87ce01
commit
9552d61f8d
@ -0,0 +1,4 @@
|
|||||||
|
class DelimiterNotFoundException(Exception):
|
||||||
|
|
||||||
|
def __init__(self, *args: object) -> None:
|
||||||
|
super().__init__(*args)
|
||||||
Loading…
x
Reference in New Issue
Block a user