1 #ifndef BLOBS_APP_ERROR_HPP_
2 #define BLOBS_APP_ERROR_HPP_
12 : public std::runtime_error {
15 explicit AlutError(ALenum);
16 AlutError(ALenum, const std::string &);
21 : public std::runtime_error {
24 explicit GLError(const char *msg);
29 : public std::runtime_error {
33 explicit SDLError(const std::string &);
38 : public std::runtime_error {
42 explicit NetError(const std::string &);