BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Exception.h
1 #pragma once
2 
3 #include <Poco/Exception.h>
4 
5 namespace BeeeOn {
6 
7 POCO_DECLARE_EXCEPTION(, InProgressException, Poco::LogicException)
8 
9 }