mirror of
https://github.com/jakcron/nstool
synced 2025-01-27 18:02:51 +00:00
[fnd] unstub Exception::error()
This commit is contained in:
parent
c7e79b1d55
commit
ab1f092d75
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ const char* Exception::module() const noexcept
|
|||
|
||||
const char * fnd::Exception::error() const noexcept
|
||||
{
|
||||
return nullptr;
|
||||
return error_.c_str();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue