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>
4namespace 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}
UDP Broadcast Exception.
Definition: Exception.h:13
Definition: Broadcast.h:14