Error_NotSupported
public
Error
Error_NotSupported

A command/feature was attempted to be used that was not supported.

Error_NotSupported
Error_NotSupported(): Error("This feature is not supported.")

Initializes the Error_NotSupported object with a default description

Error_NotSupported
Error_NotSupported(
const std::string &description
) : Error(description)

Initializes the Error_NotSupported object with a custom description

Parameters
description
const std::string&

the description of the error to be thrown