6 #ifndef GLCXX_ERROR_HPP 7 #define GLCXX_ERROR_HPP 19 class Error :
public std::runtime_error
27 Error(
const std::string & msg) : std::runtime_error(msg)
Error(const std::string &msg)
Construct an Error instance.
Definition: Error.hpp:27
Exception class for glcxx errors.
Definition: Error.hpp:19