MessageError class
Signature:
export declare class MessageError extends Error
Extends: Error
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(type, message) | Constructs a new instance of the MessageError class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
type | ‘junk-element’ | ‘missing-func’ | ‘reserved’ | ‘unresolved-var’ | typeof MessageSyntaxError.prototype.type |