Esempio n. 1
0
 public function __call($name, $params = null)
 {
     try {
         return parent::__call($name, $params);
     } catch (\Exception $e) {
         throw new \Sifo\Exception_500($e->getMessage());
     }
 }