mirror of
https://github.com/ksherlock/profuse.git
synced 2025-02-02 05:29:47 +00:00
02e3c4c532
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@388 aa027e90-d47c-11dd-86d7-074df07e0730
10 lines
134 B
C++
10 lines
134 B
C++
#include "Exception.h"
|
|
|
|
namespace NuFX {
|
|
|
|
const char *NuFX::Exception::errorString()
|
|
{
|
|
return ::NuStrError((NuError)error());
|
|
}
|
|
|
|
} |