Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
CreateRmlContextError.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdexcept>
4
5
namespace
Rmlui::Exception
{
6
7
class
CreateRmlContextError
:
public
std::runtime_error {
8
using
std::runtime_error::runtime_error;
9
};
10
11
}
// namespace Rmlui::Exception
Rmlui::Exception::CreateRmlContextError
Definition
CreateRmlContextError.hpp:7
Rmlui::Exception
Definition
CreateRmlContextError.hpp:5
src
plugin
rmlui
src
exception
CreateRmlContextError.hpp
Generated by
1.16.1