Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::crash::exception_info Struct Reference

Exception information structure
More...

#include <crash.hpp>

Public Attributes

std::string exception_type
 Exception type name (demangled)
 
std::string exception_message
 Exception message/description.
 

Detailed Description

Exception information structure

Definition at line 35 of file crash.hpp.

Member Data Documentation

◆ exception_message

std::string unravel::crash::exception_info::exception_message

Exception message/description.

Definition at line 37 of file crash.hpp.

◆ exception_type

std::string unravel::crash::exception_info::exception_type

Exception type name (demangled)

Definition at line 36 of file crash.hpp.


The documentation for this struct was generated from the following file: