mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Renamed Command_precondition_exception class to CommandPreconditionException.
This commit is contained in:
parent
5d55358ffb
commit
ca2e3f7bed
@ -29,10 +29,10 @@ class Params;
|
||||
|
||||
typedef std::list<Sprite*> SpriteList;
|
||||
|
||||
class Command_precondition_exception : public ase_exception
|
||||
class CommandPreconditionException : public ase_exception
|
||||
{
|
||||
public:
|
||||
Command_precondition_exception() throw()
|
||||
CommandPreconditionException() throw()
|
||||
: ase_exception("Cannot execute the command because its pre-conditions are false.") { }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user