diff options
Diffstat (limited to 'src/Platform')
-rw-r--r-- | src/Platform/Exception.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Platform/Exception.h b/src/Platform/Exception.h index 71cfa1c5..b0f04bba 100644 --- a/src/Platform/Exception.h +++ b/src/Platform/Exception.h @@ -82,6 +82,7 @@ namespace VeraCrypt TC_EXCEPTION_NODECL (ExecutedProcessFailed); \ TC_EXCEPTION (AlreadyInitialized); \ TC_EXCEPTION (AssertionFailed); \ + TC_EXCEPTION (DeviceSectorSizeMismatch); \ TC_EXCEPTION (ExternalException); \ TC_EXCEPTION (InsufficientData); \ TC_EXCEPTION (NotApplicable); \ |