Vulcan/lib/errors.js
2012-09-20 08:56:44 +09:00

3 lines
No EOL
66 B
JavaScript

throwError = function(message){
Session.set("error", message);
};