<?php class Exception1 extends Exception { } class Exception2 extends Exception { } class A { public function fn1() { try { throw new ...
確定! 回上一頁