コード例 #1
0
 public function __call($method, $args)
 {
     try {
         call_user_func_array(array($this->object, $method), $args);
     } catch (Exception $exception) {
         CatchException::$exception = $exception;
     }
 }