Skip to content

Improve exception handling - replace generic Exception with specific types#3032

Open
chelslava wants to merge 1 commit intorobotframework:developfrom
chelslava:fix/exception-handling-v2
Open

Improve exception handling - replace generic Exception with specific types#3032
chelslava wants to merge 1 commit intorobotframework:developfrom
chelslava:fix/exception-handling-v2

Conversation

@chelslava
Copy link
Copy Markdown

Summary

Replaces generic Exception catches with more specific exception types throughout the codebase.

Changes

  • dataloader.py: Use specific exception types
  • libraryfinder.py: Use specific exception types
  • fileexplorerplugin.py: Use specific exception types
  • notebook.py: Use specific exception types
  • eventhandler.py: Use specific exception types

This improves error handling and makes debugging easier.

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