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

routing_exception.hpp « routing - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf80b58eea70700413b0ddab94b6dd34db73224f (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "base/exception.hpp"

namespace routing
{
DECLARE_EXCEPTION(RoutingException, RootException);
}  // namespace routing