diff options
Diffstat (limited to 'project2/exceptions.h')
-rw-r--r-- | project2/exceptions.h | 1 |
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 |