Struct interactor::already_exists_exception#

Nested Relationships#

This struct is a nested type of Class interactor.

Inheritance Relationships#

Base Type#

Struct Documentation#

struct already_exists_exception : public f3d::exception

An exception that can be thrown by the interactor when adding something that already exists internally

Public Functions

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