4#include "Stroika/Foundation/StroikaPreComp.h"
9#include "FeatureNotSupportedException.h"
19FeatureNotSupportedException::FeatureNotSupportedException ()
24FeatureNotSupportedException::FeatureNotSupportedException (
const String& featureName)
26 , fFeature_{featureName}
30optional<String> FeatureNotSupportedException::GetFeature ()
const
String is like std::u32string, except it is much easier to use, often much more space efficient,...