4#include "Stroika/Foundation/StroikaPreComp.h"
6#include "OperationNotSupportedException.h"
17OperationNotSupportedException::OperationNotSupportedException ()
22OperationNotSupportedException::OperationNotSupportedException (
const String& operationName)
24 , fOperationName_{operationName}
28optional<String> OperationNotSupportedException::GetOperationName ()
const
30 return fOperationName_;
String is like std::u32string, except it is much easier to use, often much more space efficient,...