Bläddra i källkod
fix: change OutputParserError to inherit from ValueError (#11935)
Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.14.2
-LAN-
10 månader sedan
förälder
incheckning
810adb8a94
Inget konto är kopplat till bidragsgivarens mejladress
|
|
|
@@ -1,2 +1,2 @@ |
|
|
|
class OutputParserError(Exception): |
|
|
|
class OutputParserError(ValueError): |
|
|
|
pass |