Lines Matching refs:exception
13 } catch (TypeError $exception) {
14 echo $exception->getMessage() . "\n";
19 } catch (Error $exception) {
20 echo $exception->getMessage() . "\n";
25 } catch (Error $exception) {
26 echo $exception->getMessage() . "\n";
33 } catch (Error $exception) {
34 echo $exception->getMessage() . "\n";
39 } catch (Error $exception) {
40 echo $exception->getMessage() . "\n";
45 } catch (Error $exception) {
46 echo $exception->getMessage() . "\n";