15 return "scl::exceptions::EmptyOptionalAccess";
Global namespace of the SCL.
EmptyOptionalAccess()
Constructor that uses a default error message.
Exception(T &&reason)
Construct an scl::exceptions::Exception from an error message.
Base class for all regular exceptions.
Exception class used when attempting to access the value of an empty scl::utils::Optional.
const char *const type() const noexcept override
The name of this Throwable type.