mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-09-26 22:31:25 +08: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
|