<?php class AException extends \Exception {} class T extends \RuntimeException{ public function __construct($message, AException $e) { parent::__construct($message, $e->getCode(), $e); } } throw new T("CRAP", new AException);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`