PHP: yakalar Birleştirme

0 Cevap php

PHP iki tırnağı birleştirme misiniz?

try {
  // some code
}
catch (App_Exception $e) {
  // do sth.
}
catch (Exception $e) {
  // do the same exception code again
}

0 Cevap