49 template<
typename... Args>
52 : T { std::forward<Args> (args)... }
60 void raise ()
const override ConcurrentException(Args &&... args)
std::shared_ptr< QtException_t > QtException_ptr
requires requires(Args &&... args)
Constructs the exception object with the given args.
const char * what() const noexcept override
Overrides base pure virtual.
A concurrent exception that plays nicely with Qt.
ConcurrentException()=default
Default-constructs the exception object.
Q_DECLARE_METATYPE(QVariantList *)
auto Tup2 &&tup2 noexcept
ConcurrentException< T > * clone() const override
Constructs a copy of this object.