diff options
author | alt3r 3go <alt3r.3go@protonmail.com> | 2019-12-01 14:26:38 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-01 14:26:38 +0100 |
commit | 1fd212016e867850267eea44bc09c8df1aff8ca4 (patch) | |
tree | 2c3ec9ea44e0ddb78ed573a7a7b97e69e868234e /src/Platform/Exception.h | |
parent | b233e6776b6113475676d05cec6f5b8f1318d2f5 (diff) | |
download | VeraCrypt-1fd212016e867850267eea44bc09c8df1aff8ca4.tar.gz VeraCrypt-1fd212016e867850267eea44bc09c8df1aff8ca4.zip |
UNIX: make sector size mismatch error more verbose (#552) (#561)
Signed-off-by: alt3r 3go <alt3r.3go@protonmail.com>
Diffstat (limited to 'src/Platform/Exception.h')
-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); \ |