-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* starting to move jinja exceptions * convert some exceptions * add back old functions for backward compatibility * organize * more conversions * more conversions * add changelog * split out CacheInconsistency * more conversions * convert even more * convert parsingexceptions * fix tests * more conversions * more conversions * finish converting exception functions * convert more tests * standardize to msg * remove some TODOs * fix test param and check the rest * add comment, move exceptions * add types * fix type errors * fix type for adapter_response * remove 0.13 version from message
- Loading branch information
Showing
45 changed files
with
2,349 additions
and
1,074 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
kind: Breaking Changes | ||
body: Cleaned up exceptions to directly raise in code. Removed use of all exception | ||
functions in the code base and marked them all as deprecated to be removed next | ||
minor release. | ||
time: 2022-12-05T14:19:37.863032-06:00 | ||
custom: | ||
Author: emmyoop | ||
Issue: "6339" | ||
PR: "6347" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.