mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-14 03:21:03 +00:00
update commnad name
This commit is contained in:
@@ -12,9 +12,9 @@ export class DatabaseNotInitializedException extends DatabaseException {
|
||||
}
|
||||
}
|
||||
|
||||
export class DuplicateTemplateException extends DatabaseException {
|
||||
constructor(templateName: string) {
|
||||
super(`Template with name "${templateName}" already exists`)
|
||||
this.name = 'DuplicateTemplateException'
|
||||
export class DuplicateCommandException extends DatabaseException {
|
||||
constructor(commandName: string) {
|
||||
super(`Command with name "${commandName}" already exists`)
|
||||
this.name = 'DuplicateCommandException'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user