Better message text.
--HG-- branch : develop
This commit is contained in:
parent
c447992e47
commit
0656371b57
|
@ -60,6 +60,6 @@ VExceptionConversionError::~VExceptionConversionError() V_NOEXCEPT_EXPR (true)
|
||||||
*/
|
*/
|
||||||
QString VExceptionConversionError::ErrorMessage() const
|
QString VExceptionConversionError::ErrorMessage() const
|
||||||
{
|
{
|
||||||
QString error = QString("ExceptionConversionError: %1 %2").arg(what, str);
|
QString error = QString("ExceptionConversionError: %1 \"%2\"").arg(what, str);
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user