feat: CV Application - AI-powered CV management, parsing, matching, and generation
This commit is contained in:
12
venv/lib/python3.12/site-packages/docx/opc/exceptions.py
Normal file
12
venv/lib/python3.12/site-packages/docx/opc/exceptions.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""Exceptions specific to python-opc.
|
||||
|
||||
The base exception class is OpcError.
|
||||
"""
|
||||
|
||||
|
||||
class OpcError(Exception):
|
||||
"""Base error class for python-opc."""
|
||||
|
||||
|
||||
class PackageNotFoundError(OpcError):
|
||||
"""Raised when a package cannot be found at the specified path."""
|
||||
Reference in New Issue
Block a user