Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
ResourceNotFoundException.h
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#ifndef _Stroika_Foundation_Execution_Resources_ResourceNotFoundException_h_
5#define _Stroika_Foundation_Execution_Resources_ResourceNotFoundException_h_ 1
6
7#include "Stroika/Foundation/StroikaPreComp.h"
8
10#include "Stroika/Foundation/Execution/Exceptions.h"
11
13
14 using Characters::String;
15
16 class ResourceNotFoundException : public Execution::RuntimeErrorException<> {
17 public:
18 ResourceNotFoundException ();
19
20 public:
21 /**
22 */
23 static const ResourceNotFoundException kThe;
24 };
25 inline const ResourceNotFoundException ResourceNotFoundException::kThe;
26
27}
28
29#endif /*_Stroika_Foundation_Execution_Resources_ResourceNotFoundException_h_*/