glcxx: A Modern C++ Interface to OpenGL Object Management
|
Exception class for glcxx errors. More...
#include <Error.hpp>
Public Member Functions | |
Error (const std::string &msg) | |
Construct an Error instance. More... | |
Exception class for glcxx errors.
An instance of this class might be thrown if an OpenGL object cannot be allocated or another glcxx error condition arises.
|
inline |
Construct an Error instance.
msg | The exception message. |