oceansweep's picture
Upload 155 files
43cd37c verified
raw
history blame contribute delete
250 Bytes
# errors.py
# Description: Custom Exceptions for Personas
#
# Imports
from typing import Any, Dict, List, Optional, Union
#
# Custom Exceptions
class CCv3ParserError(Exception):
"""Custom exception for CCv3 Parser errors."""
pass