You are here

public function ExceptionExample::foo in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/General/ExceptionTUnitTest.inc \ExceptionExample::foo()

File

tests/DrupalPractice/General/ExceptionTUnitTest.inc, line 5

Class

ExceptionExample

Code

public function foo() {
  throw new Exception(t('Error'));
}