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