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: f45d09c1bdbab1d6889a7a52afa5c285165ebc2c (plain)
1
2
3
4
5
#pragma once
#include "base/exception.hpp"

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