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

coder.hpp « coding - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5494d1969a44a569decd6e24db5baf7e15f0d5e (plain)
1
2
3
4
5
#pragma once
#include "../base/exception.hpp"

DECLARE_EXCEPTION(StringCodingException, RootException);
DECLARE_EXCEPTION(DstOutOfMemoryStringCodingException, StringCodingException);