Przeglądaj źródła
fix: change OutputParserError to inherit from ValueError (#11935)
Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.14.2
-LAN-
10 miesięcy temu
No account linked to committer's email address
|
|
|
@@ -1,2 +1,2 @@ |
|
|
|
class OutputParserError(Exception): |
|
|
|
class OutputParserError(ValueError): |
|
|
|
pass |