File errors.hpp

namespace minorminer
class MinorMinerException : public runtime_error
#include <errors.hpp>

Subclassed by find_embedding::BadInitializationException, find_embedding::CorruptEmbeddingException, find_embedding::CorruptParametersException, find_embedding::ProblemCancelledException, find_embedding::TimeoutException

Public Functions

inline MinorMinerException(const std::string &m = "find embedding exception")