Skip to content

Latest commit

 

History

History
157 lines (71 loc) · 1.75 KB

youtubes.js.likelybugerror.md

File metadata and controls

157 lines (71 loc) · 1.75 KB

Home > youtubes.js > LikelyBugError

LikelyBugError class

Represents an error that is likely a bug in the library.

If you encounter this error, please report the issue on GitHub Issue.

Signature:

export declare class LikelyBugError implements BaseError 

Implements: BaseError

Constructors

Constructor

Modifiers

Description

(constructor)(message)

Constructs a new instance of the LikelyBugError class

Properties

Property

Modifiers

Type

Description

message

string

type

string

Methods

Method

Modifiers

Description

throw()

Throws the error.

toError()

Converts the error to an Error object.