From 57a1091dfb2c6403cbe63c7ddca8acc7e3d0f940 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 20 Aug 2018 23:51:16 +0200 Subject: Switch to https://git.tomsmeding.com/competition --- competition/error.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 competition/error.h (limited to 'competition/error.h') 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 -#include - -using namespace std; - - -class StopCompetitionError : public runtime_error { -public: - StopCompetitionError(); - explicit StopCompetitionError(const string &what_arg); - explicit StopCompetitionError(const char *what_arg); -}; -- cgit v1.2.3-54-g00ecf