Property definitions

nitc $ CmdError :: defaultinit
# Command Error
#
# Command errors are returned when the command cannot provide results because
# of a problem on the user-end (i.e. Bad command name, MEntity not found etc.).
abstract class CmdError
	super CmdMessage
end
src/doc/commands/commands_base.nit:96,1--102,3