From fd9a3cfc88794613045d47015383d3158739b1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B3=D0=BE=D1=80=20=D0=93=D0=B0=D0=BB=D0=BA=D0=B8?= =?UTF-8?q?=D0=BD?= Date: Sat, 9 Jan 2021 14:02:24 +0000 Subject: [PATCH] Delete FileException.h --- Part 2/FileException.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Part 2/FileException.h diff --git a/Part 2/FileException.h b/Part 2/FileException.h deleted file mode 100644 index 1a70e7a..0000000 --- a/Part 2/FileException.h +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once -#include -#include -using namespace std; -class FileException : public exception -{ - string n_error; -public: - FileException(string &error) - { - n_error = error; - } - const char* what() const noexcept - { - return n_error.c_str(); - } -}; \ No newline at end of file -- GitLab