1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 06:46:56 +08:00

more general exception

This commit is contained in:
lzh222333
2021-06-28 05:23:45 +00:00
committed by you-n-g
parent d96f7a67c6
commit 0b83fb3564
4 changed files with 26 additions and 29 deletions

View File

@@ -10,3 +10,8 @@ class QlibException(Exception):
# Error type for reinitialization when starting an experiment
class RecorderInitializationError(QlibException):
pass
# Error type for Recorder when can not load object
class LoadObjectError(QlibException):
pass