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