Lines Matching refs:exception
17 } catch (Error $exception) {
18 echo $exception->getMessage() . "\n";
23 } catch (Error $exception) {
24 echo $exception->getMessage() . "\n";
29 } catch (TypeError $exception) {
30 echo $exception->getMessage() . "\n";
35 } catch (ValueError $exception) {
36 echo $exception->getMessage() . "\n";
41 } catch (TypeError $exception) {
42 echo $exception->getMessage() . "\n";
47 } catch (TypeError $exception) {
48 echo $exception->getMessage() . "\n";
53 } catch (TypeError $exception) {
54 echo $exception->getMessage() . "\n";
59 } catch (TypeError $exception) {
60 echo $exception->getMessage() . "\n";
65 } catch (TypeError $exception) {
66 echo $exception->getMessage() . "\n";
71 } catch (TypeError $exception) {
72 echo $exception->getMessage() . "\n";