diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2018-08-20 23:51:16 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2018-08-20 23:52:03 +0200 |
commit | 57a1091dfb2c6403cbe63c7ddca8acc7e3d0f940 (patch) | |
tree | a997ed523a853d9d5fff7d5b90b12a180b00a231 /competition/error.cpp | |
parent | f0b6d1b9c46578183b427bcec4bbe99ab10c7b97 (diff) |
Diffstat (limited to 'competition/error.cpp')
-rw-r--r-- | competition/error.cpp | 9 |
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) {} |