4#include "Stroika/Foundation/StroikaPreComp.h"
8#include "RequiredComponentMissingException.h"
23 if (cName == RequiredComponentMissingException::kPDFViewer) {
24 cName =
"PDF Viewer"sv;
26 else if (cName == RequiredComponentMissingException::kPDFOCXViewer) {
27 cName =
"PDF Viewer (OCX)"sv;
29 return "A required component - {} - is missing, or is out of date"_f(component);
32RequiredComponentMissingException::RequiredComponentMissingException (
const String& component)
34 , fComponent{component}
String is like std::u32string, except it is much easier to use, often much more space efficient,...