HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
exception.hpp
1// Copyright Take Vos 2020.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5#include <exception>
6#include <stdexcept>
7
8#pragma once
9
10namespace hi::inline v1 {
11
26public:
28};
29
41
50public:
52};
53
61public:
63};
64
66public:
68};
69
71public:
73};
74
76public:
78};
79
85public:
87};
88
89} // namespace hi::inline v1
Exception thrown during parsing on an error.
Definition exception.hpp:25
Exception thrown during execution of a dynamic operation.
Definition exception.hpp:37
Exception thrown during I/O on an error.
Definition exception.hpp:49
Exception thrown during an operating system call.
Definition exception.hpp:60
Definition exception.hpp:65
Definition exception.hpp:70
Definition exception.hpp:75
Cancel error is caused by user pressing cancel.
Definition exception.hpp:84