format()
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#include "UsefulException.hpp"
|
||||
#include <sstream>
|
||||
|
||||
namespace GraphC {
|
||||
|
||||
UsefulException_::UsefulException_(std::string _message, std::string _file, std::string _func, int _line_n)
|
||||
: message(_message), file(_file), function(_func), line_n(_line_n)
|
||||
{
|
||||
@@ -15,5 +13,3 @@ UsefulException_::UsefulException_(std::string _message, std::string _file, std:
|
||||
char const* UsefulException_::what() const noexcept {
|
||||
return complete_text.c_str();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user