function ErrorTestController::triggerException
Trigger an exception to test the exception handler.
1 string reference to 'ErrorTestController::triggerException'
- error_test.routing.yml in core/
modules/ system/ tests/ modules/ error_test/ error_test.routing.yml  - core/modules/system/tests/modules/error_test/error_test.routing.yml
 
File
- 
              core/
modules/ system/ tests/ modules/ error_test/ src/ Controller/ ErrorTestController.php, line 72  
Class
- ErrorTestController
 - Controller routines for error_test routes.
 
Namespace
Drupal\error_test\ControllerCode
public function triggerException() {
  define('SIMPLETEST_COLLECT_ERRORS', FALSE);
  throw new \Exception("Drupal & awesome");
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.