summaryrefslogtreecommitdiff
path: root/competition/error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'competition/error.cpp')
-rw-r--r--competition/error.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/competition/error.cpp b/competition/error.cpp
deleted file mode 100644
index 4c737c2..0000000
--- a/competition/error.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "error.h"
-
-
-StopCompetitionError::StopCompetitionError()
- : runtime_error("StopCompetitionError") {}
-StopCompetitionError::StopCompetitionError(const string &what_arg)
- : runtime_error(what_arg) {}
-StopCompetitionError::StopCompetitionError(const char *what_arg)
- : runtime_error(what_arg) {}