From 2faf89099fa040256fc4198e7e3b1b1fd43630d4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 7 Aug 2017 00:16:39 +0300 Subject: update exception message --- src/utils/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/utils/file.cpp b/src/utils/file.cpp index 6157699..c0bb4bd 100644 --- a/src/utils/file.cpp +++ b/src/utils/file.cpp @@ -40,7 +40,7 @@ namespace pdb std::size_t result = 0; if (!msl::utilities::SafeCast(size.QuadPart, result)) - throw std::runtime_error{"unsupported file size"}; + throw std::runtime_error{"invalid file size"}; return result; } -- cgit v1.2.3