Playa::RuntimeError Class Reference
RuntimeError is an exception that occurs as a result of invalid user-level code.
More...
List of all members.
|
Public Member Functions |
| | RuntimeError (const std::string &msg) |
Detailed Description
RuntimeError is an exception that occurs as a result of invalid user-level code.
Definition at line 91 of file PlayaExceptions.hpp.
Constructor & Destructor Documentation
| RuntimeError::RuntimeError |
( |
const std::string & |
msg |
) |
|