1 #ifndef BLANK_APP_ERROR_HPP_
2 #define BLANK_APP_ERROR_HPP_
12 : public std::runtime_error {
15 explicit AlutError(ALenum);
16 AlutError(ALenum, const std::string &);
22 : public std::runtime_error {
26 explicit GLError(const std::string &);
32 : public std::runtime_error {
36 explicit NetError(const std::string &);
42 : public std::runtime_error {
46 explicit SDLError(const std::string &);
52 : public std::runtime_error {
56 explicit SysError(const std::string &);
57 explicit SysError(int err_num);
58 SysError(int err_num, const std::string &);
64 : public std::runtime_error {
68 explicit TTFError(const std::string &);