46 template<
typename... Args>
47 requires requires (Args&&... args) { T { std::forward<Args> (args)... }; }
49 : T { std::forward<Args> (args)... }
75 const char*
what () const noexcept
override
A concurrent exception that plays nicely with Qt.
ConcurrentException< T > * clone() const override
Constructs a copy of this object.
ConcurrentException()=default
Default-constructs the exception object.
const char * what() const noexcept override
Overrides base pure virtual.
void raise() const override
Rethrows an exception of exactly this type and state.
ConcurrentException(Args &&... args)
Constructs the exception object with the given args.
std::shared_ptr< QtException_t > QtException_ptr
Util::ConcurrentException< Util::NewType< std::exception, struct StdException > > ConcurrentStdException
Q_DECLARE_METATYPE(QVariantList *)