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