# AliasAlreadyExisting Class
Error thrown when alias to a function is already defined.
see registerFunction
# Constructors
# constructor
+ new AliasAlreadyExisting(name: string, pluginName: string): AliasAlreadyExisting
Defined in src/errors.ts:390 (opens new window)
Parameters:
| Name | Type |
|---|---|
name | string |
pluginName | string |
Returns: AliasAlreadyExisting
# Properties
# message
• message: string
# name
• name: string
# stack Optional
• stack? : undefined | string
# Error Static
▪ Error: ErrorConstructor