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