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