<?php try { echo "does something\n"; throw new Exception( 'exception thrown' ); } catch ( TypeError $exception ) { echo "TypeError: {$exception->getMessage()}\n"; } catch ( Exception $exception ) { echo "Exception: {$exception->getMessage()}\n"; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`