try {

//main code

} catch (Exception $e) {

echo 'Caught exception: ', $e->getMessage(), "\n";
sleep(10);

}

标签: none

添加新评论