Exception for failed asset loading. More...
#include <App.h>
Inherits cinder::Exception.
Public Member Functions | |
AssetLoadExc (const fs::path &relativePath) | |
virtual const char * | what () const throw () |
Public Attributes | |
char | mMessage [4096] |
Exception for failed asset loading.
cinder::app::AssetLoadExc::AssetLoadExc | ( | const fs::path & | relativePath | ) |
virtual const char* cinder::app::AssetLoadExc::what | ( | ) | const throw () [virtual] |
char cinder::app::AssetLoadExc::mMessage[4096] |