Skip to content

Exceptions

BIGDummyHead edited this page Apr 26, 2022 · 1 revision

CommandExistException

Indicates that the command already exist.

Exception "Command exist (Name / Arg Count)"

Inner Exception "{commandName} already exist"

InvalidConversionException

Indicates that the Type cannot be converted to another Type

Exception "Cannot convert '{convertFrom.Name}' to '{convertTo.Name}'"

InvalidModuleException

Indicates that a ICommandModule is invalid for any reason.

Exception "'{type.Name}' is invalid because {reason}"

Clone this wiki locally