OpenClonk
StdMeshLoader::LoaderException Class Reference

#include <StdMeshLoader.h>

Inheritance diagram for StdMeshLoader::LoaderException:
[legend]
Collaboration diagram for StdMeshLoader::LoaderException:
[legend]

Public Member Functions

 LoaderException (const char *msg)
 

Detailed Description

Definition at line 37 of file StdMeshLoader.h.

Constructor & Destructor Documentation

◆ LoaderException()

StdMeshLoader::LoaderException::LoaderException ( const char *  msg)
inline

Definition at line 37 of file StdMeshLoader.h.

37 : public std::runtime_error { public: LoaderException(const char *msg) : std::runtime_error(msg) {} };
LoaderException(const char *msg)
Definition: StdMeshLoader.h:37

References LoaderException().

Referenced by LoaderException().

Here is the call graph for this function:
Here is the caller graph for this function:

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