9#include <QNetworkReply>
11#ifndef INTERNALEXCEPTION_H
12#define INTERNALEXCEPTION_H
26 const char *
what()
const noexcept override;
30 void raise()
const override;
31 QException *
clone()
const override;
The InternalException class contais string value to describe what happened.
void raise() const override
QException * clone() const override
const char * what() const noexcept override