Hierarchy
↳ RenderError
Constructors
constructor
+ new RenderError(err
: Error, tpl
: Template): RenderError
Overrides LiquidError.constructor
Defined in src/util/error.ts:41
Parameters:
Name | Type |
---|---|
err |
Error |
tpl |
Template |
Returns: RenderError
Properties
context
• context: string
Inherited from LiquidError.context
Defined in src/util/error.ts:7
message
• message: string
Inherited from LiquidError.message
Defined in node_modules/typescript/lib/lib.es5.d.ts:1023
name
• name: string
Inherited from LiquidError.name
Defined in node_modules/typescript/lib/lib.es5.d.ts:1022
Optional
stack
• stack? : undefined | string
Inherited from LiquidError.stack
Defined in node_modules/typescript/lib/lib.es5.d.ts:1024
Methods
Protected
update
▸ update(): void
Inherited from LiquidError.update
Defined in src/util/error.ts:15
Returns: void
Static
is
▸ is(obj
: any): obj is RenderError
Defined in src/util/error.ts:48
Parameters:
Name | Type |
---|---|
obj |
any |
Returns: obj is RenderError