class QPanda::undefine_error

QPanda2 undefined error exception.

#include <QPandaException.h>

class undefine_error: public QPanda::QPandaException
{
public:
    // construction

    undefine_error();
    undefine_error(std::string err);
};

Inherited Members

public:
    // methods

    virtual const char* what();