25 #include <boost/lexical_cast.hpp> 31 : std::runtime_error(
"Error creating object type " + boost::lexical_cast<std::string>(type))
34 : std::runtime_error(
"Error creating object type " +
35 boost::lexical_cast<std::string>(type) +
36 " from model " + modelName +
": " + error)
Definition: object_create_exception.h:27
ObjectType
Type of game object.
Definition: object_type.h:33