chack var существует для ошибки пропустить на JavaScript
try{
//code that causes an error
}catch(e){
functionToHandleError(e);
}
//continue from here
Rays
try{
//code that causes an error
}catch(e){
functionToHandleError(e);
}
//continue from here