MADARA
3.4.1
MadaraException.h
Go to the documentation of this file.
1
/* -*- C++ -*- */
2
#ifndef _MADARA_EXCEPTIONS_MADARAEXCEPTION_H_
3
#define _MADARA_EXCEPTIONS_MADARAEXCEPTION_H_
4
5
#include <string>
6
#include <stdexcept>
7
8
namespace
madara
9
{
10
namespace
exceptions
11
{
15
class
MadaraException
:
public
std::runtime_error
16
{
17
public
:
18
using
std::runtime_error::runtime_error;
19
};
20
}
21
}
22
23
#endif
/* _MADARA_EXCEPTIONS_MADARAEXCEPTION_H_ */
madara::exceptions::MadaraException
Base exception for all custom Madara exceptions.
Definition:
MadaraException.h:16
madara
Copyright(c) 2020 Galois.
Definition:
AggregateFilter.h:31
include
madara
exceptions
MadaraException.h
Generated on Sat Jan 20 2024 00:40:26 for MADARA by
1.9.1