Skip to content

Release v0.0.410

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 16:46
Fix ValidationError initialization to allow default empty errors array

- Updated the ValidationError class to initialize with a default empty array for errors, improving error handling flexibility.
- Enhanced code clarity by separating the error array declaration from the constructor.