ParseError

class ParseError()

Error object that is thrown when invalid data is supplied to a function.

Index

Constructors

Constructors

ParseError.constructor()
ParseError(message: string): ParseError

Creates a new ParseError

Parameters

message: string

Returns: ParseError