From 1fd212016e867850267eea44bc09c8df1aff8ca4 Mon Sep 17 00:00:00 2001 From: alt3r 3go Date: Sun, 1 Dec 2019 14:26:38 +0100 Subject: UNIX: make sector size mismatch error more verbose (#552) (#561) Signed-off-by: alt3r 3go --- src/Platform/Exception.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Platform/Exception.h') 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); \ -- cgit v1.2.3