summaryrefslogtreecommitdiff
path: root/project2/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/exceptions.h')
-rw-r--r--project2/exceptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/exceptions.h b/project2/exceptions.h
index 84c8c19..d156636 100644
--- a/project2/exceptions.h
+++ b/project2/exceptions.h
@@ -11,6 +11,7 @@ class NotSupported : public std::runtime_error {
};
class FileNotReadable : public std::exception { };
class FileNotWritable : public std::exception { };
+class FilterNotFound : public std::exception { };
#endif