LibPkg
|
An exception class for reporting not-found errors. More...
#include <sprite_file.h>
Public Member Functions | |
not_found (const string &name) | |
Construct not-found error. More... | |
Static Public Member Functions | |
static string | make_message (const string &name) |
Make error message. More... | |
An exception class for reporting not-found errors.
pkg::sprite_file::not_found::not_found | ( | const string & | name | ) |
Construct not-found error.
name | the sprite name that was not found |
|
static |
Make error message.
name | the sprite name that was not found |
Reference Manual | LibPkg | Version 0.9.0 (4 Sep 2020) |