# ProtectedFunctionTranslationError Class
Error thrown when trying to override protected translation.
see
registerLanguage
see
registerFunction
# Constructors
# constructor
+ new ProtectedFunctionTranslationError(key
: string): ProtectedFunctionTranslationError
Defined in src/errors.ts:279 (opens new window)
Parameters:
Name | Type |
---|---|
key | string |
Returns: ProtectedFunctionTranslationError
# Properties
# message
• message: string
# name
• name: string
# stack Optional
• stack? : undefined | string
# Error Static
▪ Error: ErrorConstructor