UNPKG

ger

Version:

Good Enough Recommendations (GER) is a collaborative filtering based recommendations engine built to be easy to use and integrate into your application.

11 lines (8 loc) 295 B
Errors = {} class NamespaceDoestNotExist extends Error constructor: () -> @name = "NamespaceDoestNotExist" @message = "namespace does not exist" Error.captureStackTrace(this, NamespaceDoestNotExist) Errors.NamespaceDoestNotExist = NamespaceDoestNotExist module.exports = Errors;