You are here

public function ExceptionExample::lorem in Coder 8.3.x

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

File

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

Class

ExceptionExample

Code

public function lorem() {
  return t('Error');
}