MochiEngine
Loading...
Searching...
No Matches
Mochi::EngineError Class Reference

Generic error that can be thrown inside the MochiEngine. More...

#include <Exception.hpp>

Inheritance diagram for Mochi::EngineError:
Mochi::AudioOperationError Mochi::MalformedInputAction Mochi::ResourceNotFoundError Mochi::SystemInitializationError

Public Member Functions

 EngineError (const std::string &msg, std::source_location loc=std::source_location::current())

Detailed Description

Generic error that can be thrown inside the MochiEngine.

This is meant to be extended by specific errors to have better control on try/catch clauses.

Any EngineError thrown in the update method will be considered an unmanaged exception.


The documentation for this class was generated from the following file: