UNPKG

falcor-router

Version:

A router DataSource constructor for falcor that allows you to model all your cloud data sources as a single JSON resource.

10 lines (7 loc) 294 B
var MESSAGE = 'Any JSONG-Graph returned from call must have paths.'; var CallRequiresPathsError = function CallRequiresPathsError() { this.message = MESSAGE; this.stack = (new Error()).stack; }; CallRequiresPathsError.prototype = new Error(); module.exports = CallRequiresPathsError;