Class: PKM_NotFound

PKM_NotFound(error)

A PKM not found error

Constructor

new PKM_NotFound(error)

constructor
Parameters:
Name Type Description
error * error data
Source:

Methods

(static) from(error) → {PKM_NotFound}

Create an instance of PKM_NotFound from a foreign error or a bare string
Parameters:
Name Type Description
error Object | string an error
Source:
Returns:
a PKM_NotFound instance
Type
PKM_NotFound