GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
NotImplemented.cpp
Go to the documentation of this file.
1
#include "
NotImplemented.h
"
2
3
using namespace
std;
4
5
namespace
gui_framework
6
{
7
namespace
exceptions
8
{
9
NotImplemented::NotImplemented
(string_view methodName, string_view className, string_view fileName,
int
line) :
10
BaseGUIFrameworkException
(format(exception_messages::notImplemented, methodName, className), fileName, methodName, line)
11
{
12
13
}
14
}
15
}
NotImplemented.h
gui_framework::exceptions::BaseGUIFrameworkException
Base class for all GUIFramework exceptions.
Definition
BaseGUIFrameworkException.h:12
gui_framework::exceptions::NotImplemented::NotImplemented
NotImplemented(std::string_view methodName, std::string_view className, std::string_view fileName, int line)
Definition
NotImplemented.cpp:9
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Exceptions
NotImplemented.cpp
Generated by
1.12.0