mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-02 23:42:22 +00:00
7 lines
85 B
Python
7 lines
85 B
Python
class BaseError(RuntimeError):
|
|
pass
|
|
|
|
|
|
class ConversionError(BaseError):
|
|
pass
|