Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor core classes with improved type declarations and error handling
The commit improves type safety and error handling across core classes: - Add strict type declarations and return types to methods - Improve error handling with try/catch blocks - Refactor class properties with proper visibility and type hints - Add namespace declarations and use statements - Optimize process handling and file operations - Improve code organization and documentation - Remove redundant code and simplify control structures
- Loading branch information