UNPKG

sails

Version:

API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)

10 lines (8 loc) 164 B
/** * Error Policy Fixture * * Sends an Error Object to the callback */ module.exports = function(req, res, next) { return res.serverError('Test Error'); };