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:
authorSergey Yershov <yershov@corp.mail.ru>2015-03-11 17:14:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:38:47 +0300
commit1ab260d29a389dda2daebc258ae29f97c19bd6c8 (patch)
treecb57d069de6196267600250ae8ed73b6f9de1667 /coding/writer.hpp
parent3ef96267251ccd107108624e44f0322c7ee7e4e2 (diff)
Fix quiet fail while create file or directory
Diffstat (limited to 'coding/writer.hpp')
-rw-r--r--coding/writer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/coding/writer.hpp b/coding/writer.hpp
index debdb41708..fcc7208a9f 100644
--- a/coding/writer.hpp
+++ b/coding/writer.hpp
@@ -18,6 +18,7 @@ public:
DECLARE_EXCEPTION(WriteException, Exception);
DECLARE_EXCEPTION(PosException, Exception);
DECLARE_EXCEPTION(SeekException, Exception);
+ DECLARE_EXCEPTION(CreateDirException, Exception);
virtual ~Writer() {}
virtual void Seek(int64_t pos) = 0;