LibPkg
|
An exception class for reporting already-exists errors. More...
#include <sprite_file.h>
Public Member Functions | |
already_exists (const string &name) | |
Construct already-exists error. More... | |
Static Public Member Functions | |
static string | make_message (const string &name) |
Make error message. More... | |
An exception class for reporting already-exists errors.
pkg::sprite_file::already_exists::already_exists | ( | const string & | name | ) |
Construct already-exists error.
name | the sprite name that already exists |
|
static |
Make error message.
name | the sprite name that already exists |
Reference Manual | LibPkg | Version 0.6.1 (28 Jan 2015) |