mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add trace load failure exception.
This commit is contained in:
@@ -64,6 +64,12 @@ struct LegacyVersion : public std::exception
|
||||
int version;
|
||||
};
|
||||
|
||||
struct LoadFailure : public std::exception
|
||||
{
|
||||
LoadFailure( const char* msg ) : msg( msg ) {}
|
||||
std::string msg;
|
||||
};
|
||||
|
||||
struct LoadProgress
|
||||
{
|
||||
enum Stage
|
||||
|
||||
Reference in New Issue
Block a user