Lines Matching refs:Exception
7 throw new Exception("not catch");
11 throw new Exception("caught");
12 } catch (Exception $e) {
19 } catch (Exception $e) {
28 throw new Exception("caught");
32 throw new Exception("caught");
33 } catch (Exception $e) {
36 } catch (Exception $e) {
45 throw new Exception("not caught");
50 } catch (Exception $e) {
61 Fatal error: Uncaught Exception: not caught in %sbug65784.php:42