Class: Error

KeyChain.Error(error)

new Error(error)

Create a KeyChain.Error which represents an error in KeyChain processing. Call with: throw new KeyChain.Error(new Error("message")).
Parameters:
Name Type Description
error Error The exception created with new Error.
Source: