HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions
tt::cancel_error Class Reference

#include <ttauri/exception.hpp>

Inheritance diagram for tt::cancel_error:
std::runtime_error std::exception

Public Member Functions

template<typename FirstArg , typename... Args>
 cancel_error (std::string_view fmt, FirstArg const &arg1, Args const &...args) noexcept
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 
- Public Member Functions inherited from std::exception
what (T... args)
 
~exception (T... args)
 
operator= (T... args)
 
exception (T... args)
 

Detailed Description

Cancel error is caused by user pressing cancel.

Cancels can be cause by a local user pressing cancel in a dialog box, or by a remote user through a network connection.


The documentation for this class was generated from the following file: