Yush0

101
reputation
2
try{
   something
}catch(e){
   window.location.href = "http://stackoverflow/search?q="
   + e.message;
}

enter image description here