| [top] |
| [top] |
| [top] |
| [top] |
| [top] |
SweetDevRia.init ();
| [top] |
/**
* Function called if the server cannot be reached
* @param {Exception} ex the JavaScript native exception caught (Firefox)
* @param {errorCode} errorCode the error code (Internet Explorer)
* @see http://groups.google.com/group/prototype-core/msg/3e0fe68dd1da9c1e
*/
SweetDevRia.Ajax.prototype.onServerUnreachable = function(ex, errorCode){};
By default, we log this exception with our client logger, as an ERROR one.
| [top] |
| [top] |
| [top] |