Commit 68b6181
committed
minor #639 [Agent] Use named arguments for exception previous parameter (OskarStark)
This PR was merged into the main branch.
Discussion
----------
[Agent] Use named arguments for exception previous parameter
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | no
| Issues | --
| License | MIT
Remove unnecessary 0 code parameter and use named 'previous' argument for better code readability in RuntimeException constructors.
Commits
-------
e6c9274 refactor: Use named arguments for exception previous parameterFile tree
2 files changed
+2
-2
lines changed- src/platform/src/Bridge
- Gemini/Gemini
- VertexAi/Gemini
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments