forked from blue/squawk
Refactoring, new messages thread beggining
This commit is contained in:
parent
5575cff1f5
commit
e48444636a
25 changed files with 610 additions and 163 deletions
14
exception.cpp
Normal file
14
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