exception

Estimated reading time: 1 minute

exception

try {

} catch (e){
  // error
} finally{
  // always return
}
php