10 lines
107 B
Python
10 lines
107 B
Python
# coding=utf-8
|
|
|
|
|
|
class JudgeClientException(Exception):
|
|
pass
|
|
|
|
|
|
class CompileError(Exception):
|
|
pass
|