40#ifndef CHISEI_MODEL_LOADER_EXCEPTION_HPP
41#define CHISEI_MODEL_LOADER_EXCEPTION_HPP
76 return const_cast<char*
>(this->message.c_str());
Exception class for errors encountered during model loading.
ModelLoaderException(std::string _message)
Constructs a ModelLoaderException with a given error message.
char * what()
Retrieves the error message associated with the exception.