修改判题的目录结构
This commit is contained in:
9
judge/judger/judge_exceptions.py
Normal file
9
judge/judger/judge_exceptions.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# coding=utf-8
|
||||
|
||||
|
||||
class JudgeClientError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class CompileError(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user