-
Notifications
You must be signed in to change notification settings - Fork 0
Exceptions
BIGDummyHead edited this page Apr 26, 2022
·
1 revision
Indicates that the command already exist.
Exception
"Command exist (Name / Arg Count)"
Inner Exception
"{commandName} already exist"
Indicates that the Type cannot be converted to another Type
Exception
"Cannot convert '{convertFrom.Name}' to '{convertTo.Name}'"
Indicates that a ICommandModule is invalid for any reason.
Exception "'{type.Name}' is invalid because {reason}"