diff options
Diffstat (limited to 'src/Platform/Exception.h')
-rw-r--r-- | src/Platform/Exception.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Platform/Exception.h b/src/Platform/Exception.h index 4f3838ea..a768bfda 100644 --- a/src/Platform/Exception.h +++ b/src/Platform/Exception.h @@ -96,7 +96,9 @@ namespace VeraCrypt TC_EXCEPTION (TestFailed); \ TC_EXCEPTION (TimeOut); \ TC_EXCEPTION (UnknownException); \ - TC_EXCEPTION (UserAbort) + TC_EXCEPTION (UserAbort); \ + TC_EXCEPTION (MountPointBlocked); \ + TC_EXCEPTION (MountPointNotAllowed) TC_EXCEPTION_SET; |