9 lines
157 B
C++
9 lines
157 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "base/exception.hpp"
|
||
|
|
|
||
|
|
namespace track_analyzing
|
||
|
|
{
|
||
|
|
DECLARE_EXCEPTION(MessageException, RootException);
|
||
|
|
} // namespace track_analyzing
|