initial commit
This commit is contained in:
commit
4b60ece582
327 changed files with 28286 additions and 0 deletions
14
lib/utils/exception.cpp
Normal file
14
lib/utils/exception.cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#include "exception.h"
|
||||
|
||||
Utils::Exception::Exception()
|
||||
{
|
||||
}
|
||||
|
||||
Utils::Exception::~Exception()
|
||||
{
|
||||
}
|
||||
|
||||
const char* Utils::Exception::what() const noexcept( true )
|
||||
{
|
||||
return getMessage().c_str();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue