mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-17 01:54:52 +00:00
9 lines
102 B
Python
9 lines
102 B
Python
# coding=utf-8
|
|
|
|
|
|
class JudgeClientError(Exception):
|
|
pass
|
|
|
|
|
|
class CompileError(Exception):
|
|
pass |