liquibase
liquibase copied to clipboard
fix: do not throw an unchecked exception for SpringBoot
Impact
- [X] Bug fix (non-breaking change which fixes expected existing functionality)
- [ ] Enhancement/New feature (adds functionality without impacting existing logic)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
PR #4584 added an unchecked exception when it should be a checked one. This PR fixes it.
Fixes #6196