Struct interactor::already_exists_exception#
Defined in File interactor.h
Nested Relationships#
This struct is a nested type of Class interactor.
Inheritance Relationships#
Base Type#
public f3d::exception
(Class exception)
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 = "")
-
explicit already_exists_exception(const std::string &what = "")