Skip to content

[Feature Request] Please make Exception::what() return sensible what message. #4154

@Smurf-IV

Description

@Smurf-IV

i.e.

const char* Exception::what() const noexcept
{
	return displayText().c_str();
}

So that "Normal exception handlers can see the following style "Rich Text"
Cannot load library: Error 126 while loading [LocalDbStorage1.dll]: [The specified module could not be found.]

and not the current obscure Cannot load library

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions