strlcpy(whatBuffer, source.whatBuffer, whatBufferSize);
}
-CommonError::~CommonError() throw ()
+CommonError::~CommonError() _NOEXCEPT
{
}
}
}
-const char *UnixError::what() const throw ()
+const char *UnixError::what() const _NOEXCEPT
{
return whatBuffer;
}
}
}
-const char *MacOSError::what() const throw ()
+const char *MacOSError::what() const _NOEXCEPT
{
return whatBuffer;
}
LogBacktrace();
}
-const char *CFError::what() const throw ()
+const char *CFError::what() const _NOEXCEPT
{ return "CoreFoundation error"; }
OSStatus CFError::osStatus() const