SOIL C++
C++ Unified Device Interface
Exception.h
Go to the documentation of this file.
1
#pragma once
2
#include "
constants.h
"
3
#include <stdexcept>
4
namespace
UDP
5
{
11
class
DLL
Exception
:
12
public
std::runtime_error
13
{
14
public
:
21
Exception
(
const
char
* message =
""
);
22
28
~Exception
(
void
);
29
30
};
31
}
constants.h
UDP::Exception
UDP Broadcast Exception.
Definition:
Exception.h:13
UDP
Definition:
Broadcast.h:14
src
UDP
Exception.h
Generated by
1.9.3