Struct options::inexistent_exception#

Nested Relationships#

This struct is a nested type of Class options.

Inheritance Relationships#

Base Type#

Struct Documentation#

struct inexistent_exception : public f3d::exception

An exception that can be thrown by the options when a provided option does not exist.

Public Functions

explicit inexistent_exception(const std::string &what = "")