Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2016-06-03 00:29:19 +0300
committerYuri Gorshenin <y@maps.me>2016-06-03 16:26:12 +0300
commit85ee45b48220988cb098e20268000d361434c4e2 (patch)
tree9f03f1c87d5c2fbae98821efde4029b7a6e17e15 /coding/reader.hpp
parent573021d80952bb9b82af4bac6b03622c7231b936 (diff)
Review fixes.
Diffstat (limited to 'coding/reader.hpp')
-rw-r--r--coding/reader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/coding/reader.hpp b/coding/reader.hpp
index bfc03cc797..df70e03143 100644
--- a/coding/reader.hpp
+++ b/coding/reader.hpp
@@ -19,6 +19,7 @@ public:
DECLARE_EXCEPTION(OpenException, Exception);
DECLARE_EXCEPTION(SizeException, Exception);
DECLARE_EXCEPTION(ReadException, Exception);
+ DECLARE_EXCEPTION(TooManyFilesException, Exception);
virtual ~Reader() {}
virtual uint64_t Size() const = 0;