mirror of
https://github.com/ksherlock/profuse.git
synced 2026-07-09 02:08:09 +00:00
10 lines
134 B
C++
10 lines
134 B
C++
|
|
#include "Exception.h"
|
||
|
|
|
||
|
|
namespace NuFX {
|
||
|
|
|
||
|
|
const char *NuFX::Exception::errorString()
|
||
|
|
{
|
||
|
|
return ::NuStrError((NuError)error());
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|