Struct interactor::does_not_exists_exception#

Nested Relationships#

This struct is a nested type of Class interactor.

Inheritance Relationships#

Base Type#

Struct Documentation#

struct does_not_exists_exception : public f3d::exception

An exception that can be thrown by the interactor when looking for something that does not exists

Public Functions

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