mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2024-12-28 21:31:43 +00:00
14 lines
187 B
Python
14 lines
187 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class CompileError(Exception):
|
|
pass
|
|
|
|
|
|
class SPJCompileError(CompileError):
|
|
pass
|
|
|
|
|
|
class SignatureVerificationFailed(Exception):
|
|
pass
|