Stroika Library 3.0d16
 
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
12
13 /**
14 * mostly treat the same as SilentException
15 */
17 public:
18 static const UserCanceledException kThe;
19 };
20 inline const UserCanceledException UserCanceledException::kThe;
21
22}
23
24#endif /*_Stroia_Foundation_Execution_UserCanceledException_h_*/