Stroika Library
3.0d16
Help-Home
Loading...
Searching...
No Matches
UserCanceledException.h
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3
*/
4
#ifndef _Stroia_Foundation_Execution_UserCanceledException_h_
5
#define _Stroia_Foundation_Execution_UserCanceledException_h_ 1
6
7
#include "Stroika/Foundation/StroikaPreComp.h"
8
9
#include "SilentException.h"
10
11
namespace
Stroika::Foundation::Execution
{
12
13
/**
14
* mostly treat the same as SilentException
15
*/
16
class
UserCanceledException
:
public
SilentException
{
17
public
:
18
static
const
UserCanceledException
kThe;
19
};
20
inline
const
UserCanceledException
UserCanceledException::kThe;
21
22
}
23
24
#endif
/*_Stroia_Foundation_Execution_UserCanceledException_h_*/
Stroika::Foundation::Execution::SilentException
Definition
SilentException.h:16
Stroika::Foundation::Execution::UserCanceledException
Definition
UserCanceledException.h:16
Stroika::Foundation::Execution
Definition
SDKString.inl:7
Library
Sources
Stroika
Foundation
Execution
UserCanceledException.h
Generated by
1.9.8