summaryrefslogtreecommitdiff
path: root/competition/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'competition/error.h')
-rw-r--r--competition/error.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/competition/error.h b/competition/error.h
deleted file mode 100644
index 403f81b..0000000
--- a/competition/error.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <stdexcept>
-#include <string>
-
-using namespace std;
-
-
-class StopCompetitionError : public runtime_error {
-public:
- StopCompetitionError();
- explicit StopCompetitionError(const string &what_arg);
- explicit StopCompetitionError(const char *what_arg);
-};