Класс DocumentLoadError
Исключение DocumentLoadError вызывается в случае, когда документ не может быть загружен.
class DocumentLoadError : public BaseError
{
public:
explicit DocumentLoadError(const std::string& error);
};
Исключение DocumentLoadError вызывается в случае, когда документ не может быть загружен.
class DocumentLoadError : public BaseError
{
public:
explicit DocumentLoadError(const std::string& error);
};