Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
ResourceNotFoundException.cpp
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#include "Stroika/Foundation/StroikaPreComp.h"
5
6#include "ResourceNotFoundException.h"
7
8using namespace Stroika::Foundation;
10using namespace Stroika::Foundation::Execution;
11
12/*
13 ********************************************************************************
14 ************************** ResourceNotFoundException ***************************
15 ********************************************************************************
16 */
17ResourceNotFoundException::ResourceNotFoundException ()
18 : Execution::RuntimeErrorException<>{"Resource Not Found"sv}
19{
20}