ComSquare
DebuggableError.hpp
Go to the documentation of this file.
1 //
2 // Created by anonymus-raccoon on 3/26/20.
3 //
4 
5 #pragma once
6 
7 #include <bits/exception.h>
8 
9 namespace ComSquare
10 {
11  class DebuggableError : public std::exception {};
12 }
ComSquare::DebuggableError
Definition: DebuggableError.hpp:11
ComSquare
Definition: APU.cpp:12