feat: CV Application - AI-powered CV management, parsing, matching, and generation
This commit is contained in:
13
venv/lib/python3.12/site-packages/docx/image/exceptions.py
Normal file
13
venv/lib/python3.12/site-packages/docx/image/exceptions.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""Exceptions specific the the image sub-package."""
|
||||
|
||||
|
||||
class InvalidImageStreamError(Exception):
|
||||
"""The recognized image stream appears to be corrupted."""
|
||||
|
||||
|
||||
class UnexpectedEndOfFileError(Exception):
|
||||
"""EOF was unexpectedly encountered while reading an image stream."""
|
||||
|
||||
|
||||
class UnrecognizedImageError(Exception):
|
||||
"""The provided image stream could not be recognized."""
|
||||
Reference in New Issue
Block a user