Class: Error

Pib.Error(error)

new Error(error)

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