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: 7f64ba51e7f5c06ba5a90fe10586fffe0e537bf7 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "base/exception.hpp"

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