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:
authorvng <viktor.govako@gmail.com>2013-05-29 15:43:36 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:55:33 +0300
commit3f7cb039a3e508825709a6485fd502debbfc3050 (patch)
tree5674146db65f0bace5b6e4f5c91dc49e6c2b3448 /coding/reader.hpp
parent13f6b4ab21b1cc6e7b976f9997f2cc2687d977b1 (diff)
Correct errors handling in file's i/o operations.
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 3fec27be31..6e2a106034 100644
--- a/coding/reader.hpp
+++ b/coding/reader.hpp
@@ -18,6 +18,7 @@ class Reader
public:
DECLARE_EXCEPTION(Exception, RootException);
DECLARE_EXCEPTION(OpenException, Exception);
+ DECLARE_EXCEPTION(SizeException, Exception);
DECLARE_EXCEPTION(ReadException, Exception);
virtual ~Reader() {}