// // Created by anonymus-raccoon on 3/26/20. // #ifndef COMSQUARE_DEBUGGABLEERROR_HPP #define COMSQUARE_DEBUGGABLEERROR_HPP #include namespace ComSquare { class DebuggableError : public std::exception {}; } #endif //COMSQUARE_DEBUGGABLEERROR_HPP