New upstream version 8.1.0
This commit is contained in:
8
mon/source/exception/CurlException.h
Normal file
8
mon/source/exception/CurlException.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef CURLEXCEPTION_H_
|
||||
#define CURLEXCEPTION_H_
|
||||
|
||||
#include <common/toolkit/NamedException.h>
|
||||
|
||||
DECLARE_NAMEDEXCEPTION(CurlException, "CurlException")
|
||||
|
||||
#endif /*CURLEXCEPTION_H_*/
|
||||
8
mon/source/exception/DatabaseException.h
Normal file
8
mon/source/exception/DatabaseException.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef DATABASEEXCEPTION_H_
|
||||
#define DATABASEEXCEPTION_H_
|
||||
|
||||
#include <common/toolkit/NamedException.h>
|
||||
|
||||
DECLARE_NAMEDEXCEPTION(DatabaseException, "DatabaseException")
|
||||
|
||||
#endif /*DATABASEEXCEPTION_H_*/
|
||||
Reference in New Issue
Block a user