Skip to content

fix: narrow bare except Exception in invoke separator resolution - #3856

Open
Quratulain-bilal wants to merge 1 commit into
github:mainfrom
Quratulain-bilal:fix/agents-narrow-exception
Open

fix: narrow bare except Exception in invoke separator resolution#3856
Quratulain-bilal wants to merge 1 commit into
github:mainfrom
Quratulain-bilal:fix/agents-narrow-exception

Conversation

@Quratulain-bilal

Copy link
Copy Markdown
Contributor

Replace overly broad except Exception with (ImportError, ValueError, KeyError) to let programming errors like TypeError or AttributeError propagate.

Replace overly broad except Exception with (ImportError, ValueError, KeyError)
to let programming errors like TypeError or AttributeError propagate.
@Quratulain-bilal
Quratulain-bilal requested a review from mnriem as a code owner July 29, 2026 13:57
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