9 lines
102 B
Python
9 lines
102 B
Python
# coding=utf-8
|
|
|
|
|
|
class JudgeClientError(Exception):
|
|
pass
|
|
|
|
|
|
class CompileError(Exception):
|
|
pass |