CoriEngine
Loading...
Searching...
No Matches
Error.hpp File Reference
#include "Logger.hpp"
#include "Utility/TemplateUtils.hpp"
Include dependency graph for Error.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cori::Core::CoriError< DeclaredTypes >
 Custom error class mainly used in std::expected. More...
class  Cori::Core::PossibleErrors< Exceptions >
 This class utilizes std::variant to hold one of the possible exception types. More...

Namespaces

namespace  Cori
 Global engine namespace.
namespace  Cori::Core
 Core systems of the engine are here.

Concepts

concept  Cori::Core::AllAreExceptions
 All types from Types pack are std::exception or derived from it.