Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
SilentException.cpp
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#include "Stroika/Foundation/StroikaPreComp.h"
5
6#include "SilentException.h"
7
8using namespace Stroika::Foundation;
10
11/*
12 ********************************************************************************
13 ******************************** SilentException *******************************
14 ********************************************************************************
15 */
16const char* SilentException::what () const noexcept
17{
18 return "Silent Exception";
19}
virtual const char * what() const noexcept override