Skip to content

fix(server): fix exception type meaning YAML was not found #2023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 16, 2025

Conversation

krzema12
Copy link
Member

IOException is a very broad type that can occur in case of network problems. Then, interpreting as "the file is not found" impacts the correctness. Let's change it to FileNotFoundException.

@krzema12 krzema12 merged commit db295c2 into main Jul 16, 2025
16 checks passed
@krzema12 krzema12 deleted the fix-exception-type-meaning-YAML-was-not-found branch July 16, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant