<?php class DbTable { public function __construct() { try { throw new \Exception('Database made a boo boo'); } catch (\Exception $e) { // ok, reconnect } } } try { throw new \Exception('Server made a boo boo'); } catch(\Exception $e) { // do smth echo $e->getMessage()."\n"; throw $e; } finally { $db = new DbTable(); echo "Done\n"; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`