function error_test_trigger_exception

Menu callback; trigger an exception to test the exception handler.

1 string reference to 'error_test_trigger_exception'
error_test_menu in modules/simpletest/tests/error_test.module
Implements hook_menu().

File

modules/simpletest/tests/error_test.module, line 58

Code

function error_test_trigger_exception() {
    define('SIMPLETEST_COLLECT_ERRORS', FALSE);
    throw new Exception("Drupal is awesome");
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.