Kaynağa Gözat
fix: change OutputParserError to inherit from ValueError (#11935)
Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.14.2
-LAN-
10 ay önce
ebeveyn
işleme
810adb8a94
No account linked to committer's email address
|
|
|
@@ -1,2 +1,2 @@ |
|
|
|
class OutputParserError(Exception): |
|
|
|
class OutputParserError(ValueError): |
|
|
|
pass |