|
Lugdunum
0.1.0
|
#include <exception>#include <cstdint>#include <string>#include <lug/System/Export.hpp>#include <lug/System/Utils.hpp>Go to the source code of this file.
Classes | |
| class | lug::System::Exception |
| class | lug::System::NotImplementedException |
| class | lug::System::FileNotFoundException |
| class | lug::System::IOException |
| class | lug::System::InvalidParametersException |
| class | lug::System::InternalErrorException |
| class | lug::System::RendererException |
| class | lug::System::WindowException |
Namespaces | |
| lug | |
| lug::System | |
Macros | |
| #define | LUG_EXCEPT(type, desc) |
| #define LUG_EXCEPT | ( | type, | |
| desc | |||
| ) |
Definition at line 124 of file Exception.hpp.
1.8.13