VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Platform
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform')
-rw-r--r--src/Platform/Exception.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Platform/Exception.h b/src/Platform/Exception.h
index 19d6523e..1af512df 100644
--- a/src/Platform/Exception.h
+++ b/src/Platform/Exception.h
@@ -89,7 +89,9 @@ namespace VeraCrypt
TC_EXCEPTION (StringConversionFailed); \
TC_EXCEPTION (TestFailed); \
TC_EXCEPTION (TimeOut); \
- TC_EXCEPTION (UnknownException); \
+ TC_EXCEPTION (UnknownException); \
+ TC_EXCEPTION (UnsupportedAlgoInTrueCryptMode); \
+ TC_EXCEPTION (UnsupportedTrueCryptFormat); \
TC_EXCEPTION (UserAbort)
TC_EXCEPTION_SET;