<?php class Foo{ function __construct() { throw new Exception("Value must be 1 or below"); } } try { $obj = new Foo(); } catch(Exception $e) { var_dump($obj); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`