mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
10
libs/routing/routing_exceptions.hpp
Normal file
10
libs/routing/routing_exceptions.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "base/exception.hpp"
|
||||
|
||||
namespace routing
|
||||
{
|
||||
DECLARE_EXCEPTION(RoutingException, RootException);
|
||||
DECLARE_EXCEPTION(CorruptedDataException, RoutingException);
|
||||
DECLARE_EXCEPTION(MwmIsNotAliveException, RoutingException);
|
||||
} // namespace routing
|
||||
Reference in New Issue
Block a user