Class: Error

GroupManagerDb. Error

new Error(error)

Create a new GroupManagerDb.Error to report an error using GroupManagerDb methods, wrapping the given error object. Call with: throw new GroupManagerDb.Error(new Error("message")).
Parameters:
Name Type Description
error Error The exception created with new Error.
Source: