yat
0.20.3pre
|
Class used for all runtime error detected within yat library. More...
#include <yat/utility/Exception.h>
Public Member Functions | |
runtime_error (std::string message) | |
Constructor. More... | |
Class used for all runtime error detected within yat library.
theplu::yat::utility::runtime_error::runtime_error | ( | std::string | message | ) |
Constructor.
message | message to be displayed using function what(). |