Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
MissingResourceError.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdexcept>
4
5
namespace
Engine::Exception
{
8
class
MissingResourceError
:
public
std::runtime_error {
9
using
std::runtime_error::runtime_error;
10
};
11
12
}
// namespace Engine::Exception
Engine::Exception::MissingResourceError
Exception thrown when a requested resource is not found in the Core.
Definition
MissingResourceError.hpp:8
Engine::Exception
Definition
MissingResourceError.hpp:5
src
engine
src
exception
MissingResourceError.hpp
Generated by
1.16.1