<?php class LazyException extends Exception { public function __construct() { parent::__construct(); $this->message = new class() { public function __toString() { return 'World'; } }; } } $e = new LazyException(); try { throw $e; } catch (\Exception $e) { echo 'Hello '; echo $e->getMessage(); echo "\n"; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`