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

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

#include "base/exception.hpp"

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