fix: change OutputParserError to inherit from ValueError (#11935)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
606aadb891
commit
810adb8a94
@ -1,2 +1,2 @@
|
||||
class OutputParserError(Exception):
|
||||
class OutputParserError(ValueError):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user