16 return "scl::exceptions::UninitializedMemoryAccess";
Global namespace of the SCL.
Exception class used when trying to access uninitialized memory.
RuntimeException(T &&reason)
Construct an scl::exceptions::Exception from an error message.
const char *const type() const noexcept override
A string describing the name of the exception class.
UninitializedMemoryAccess()
Base class for exceptions that could never be checked at compile-time.