SOIL C++
C++ Unified Device Interface
Exception.cpp
Go to the documentation of this file.
1
#include "
Exception.h
"
2
3
UDP::Exception::Exception
(
const
char
* message) : std::runtime_error(message)
4
{
5
}
6
7
UDP::Exception::~Exception
()
8
{
9
}
Exception.h
UDP::Exception::Exception
Exception(const char *message="")
Constructor.
Definition:
Exception.cpp:3
UDP::Exception::~Exception
~Exception(void)
Destructor.
Definition:
Exception.cpp:7
src
UDP
Exception.cpp
Generated by
1.9.3