<?php class MyException extends \Exception { public function __construct($message = '') { parent::__construct($message); } } class MyOtherException extends MyException { public function __construct($message = NULL) { parent::__construct($message); } } $e = new MyOtherException(); var_dump($e->getMessage());
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`