ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
Loading...
Searching...
No Matches
exceptions.hpp
1
// ReactivePlusPlus library
2
//
3
// Copyright Aleksey Loginov 2022 - present.
4
// Distributed under the Boost Software License, Version 1.0.
5
// (See accompanying file LICENSE_1_0.txt or copy at
6
// https://www.boost.org/LICENSE_1_0.txt)
7
//
8
// Project home: https://github.com/victimsnino/ReactivePlusPlus
9
//
10
11
#pragma once
12
13
#include <stdexcept>
14
15
namespace
rppqt::utils
16
{
17
struct
no_active_qapplication
: std::runtime_error
18
{
19
using
std::runtime_error::runtime_error;
20
};
21
}
rppqt::utils::no_active_qapplication
Definition:
exceptions.hpp:18
src
rppqt
rppqt
utils
exceptions.hpp
Generated by
1.9.7