#include namespace torch { namespace jit { JITException::JITException(const std::string& msg) : std::runtime_error(msg) {} } // namespace jit } // namespace torch