ParseError

class wv.ParseError()

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

Index

Constructors

Constructors

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

Creates a new ParseError

Parameters

message: string

Returns: ParseError