mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
fix imports
This commit is contained in:
9
videoarchiver/utils/exceptions.py
Normal file
9
videoarchiver/utils/exceptions.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Exceptions for the utils package"""
|
||||
|
||||
class FileCleanupError(Exception):
|
||||
"""Raised when file cleanup fails"""
|
||||
pass
|
||||
|
||||
class VideoVerificationError(Exception):
|
||||
"""Raised when video verification fails"""
|
||||
pass
|
||||
Reference in New Issue
Block a user