SmartclassError
- exception SmartclassError(message: str, *args: Any, **kwargs: Any)[source]
Base exception for all smartclass errors.
All custom exceptions in smartclass inherit from this class, making it easy to catch all smartclass-specific errors.
- Attributes:
message: Human-readable error description.
Initialize with a descriptive message.
- Args:
message: Human-readable error description.