mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-28 18:32:50 +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;
|
typedef std::list<Sprite*> SpriteList;
|
||||||
|
|
||||||
class Command_precondition_exception : public ase_exception
|
class CommandPreconditionException : public ase_exception
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Command_precondition_exception() throw()
|
CommandPreconditionException() throw()
|
||||||
: ase_exception("Cannot execute the command because its pre-conditions are false.") { }
|
: ase_exception("Cannot execute the command because its pre-conditions are false.") { }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user