Struct context::loading_exception#

Nested Relationships#

This struct is a nested type of Class context.

Inheritance Relationships#

Base Type#

Struct Documentation#

struct loading_exception : public f3d::exception

An exception that can be thrown when the requested library cannot be loaded.

Public Functions

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