# Class: GlobalPluginHandlerError
# Hierarchy
↳ GlobalPluginHandlerError
# Constructors
# constructor
+ new GlobalPluginHandlerError(message?
: undefined | string): GlobalPluginHandlerError
Inherited from OttomanError.constructor
Parameters:
Name | Type |
---|---|
message? | undefined | string |
Returns: GlobalPluginHandlerError
# Properties
# message
• message: string
Inherited from OttomanError.message
# name
• name: string
Inherited from OttomanError.name
# Optional
stack
• stack? : undefined | string
Inherited from OttomanError.stack