MLException & operator=(const MLException &other)
operator =
MLException(const std::string &msg)
MLException constructor.
MLException(const MLException &other)
MLException copy constructor.
MLException & operator=(MLException &&other)
operator =
MLException(MLException &&other)
MLException move constructor.
MLException()
MLException constructor.
std::string what()
Returns error message.