Struct type_construction_exception#

Inheritance Relationships#

Base Type#

Struct Documentation#

struct type_construction_exception : public f3d::exception#

An exception that can be thrown by any type if it fails in the constructor for some reason.

Public Functions

inline explicit type_construction_exception(const std::string &what = "")#