[fnd] unstub Exception::error()

This commit is contained in:
jakcron 2018-05-22 14:37:38 +08:00
parent c7e79b1d55
commit ab1f092d75

View file

@ -44,5 +44,5 @@ const char* Exception::module() const noexcept
const char * fnd::Exception::error() const noexcept
{
return nullptr;
return error_.c_str();
}