Spaces:
Runtime error
Runtime error
File size: 182 Bytes
339f372 |
1 2 3 4 5 6 7 |
class DatabaseError(Exception):
"""Base exception for database operations."""
pass
class ValidationError(Exception):
"""Exception for data validation errors."""
pass |