Home Reference Source
import ExPeerNotFound from 'tman-wrtc/lib/exceptions/expeernotfound.js'
public class | source

ExPeerNotFound

Exception that rises when the peer looked for does not exist in the partial view.

Constructor Summary

Public Constructor
public

constructor(source: string, peerId: string)

Member Summary

Public Members
public

peer: *

public

source: *

Public Constructors

public constructor(source: string, peerId: string) source

Params:

NameTypeAttributeDescription
source string

The function that throw the error.

peerId string
  • optional
  • default: 'unknown'

The identifier of the peer if defined.

Public Members

public peer: * source

public source: * source