diff options
-rw-r--r-- | src/Cache.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp index f3c5830..1c3261b 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp @@ -132,11 +132,7 @@ namespace dchat delete fileContent.data; } } - catch(FileException &e) - { - - } - catch(FailedToLoadResourceException &e) + catch(std::exception &e) { } |