RandomLib
1.10
|
Exception handling for RandomLib. More...
#include <RandomLib/Random.hpp>
Public Member Functions | |
RandomErr (const std::string &msg) | |
Exception handling for RandomLib.
A class to handle exceptions. It's derived from std::runtime_error so it can be caught by the usual catch clauses.
Definition at line 103 of file Random.hpp.
|
inline |
Constructor
[in] | msg | a string message, which is accessible in the catch clause, via what(). |
Definition at line 112 of file Random.hpp.