An exception for asset manager.
More...
#include <AssetManager.h>
|
| | AssetException (const String &whatHappened, const String &whenDidItHappen) |
| |
| char const * | what () const noexcept override |
| |
| String | when () const |
| |
An exception for asset manager.
Specific exception for asset handling. Provides what() and when() functions.
◆ AssetException()
| krotos::AssetException::AssetException |
( |
const String & | whatHappened, |
|
|
const String & | whenDidItHappen ) |
|
inline |
◆ what()
| char const * krotos::AssetException::what |
( |
| ) |
const |
|
overridenoexcept |
◆ when()
| String krotos::AssetException::when |
( |
| ) |
const |
◆ m_whenDidItHappen
| String krotos::AssetException::m_whenDidItHappen |
|
private |
The documentation for this class was generated from the following files: