You are here

public function ExceptionExample::bar in Coder 8.3.x

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

File

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

Class

ExceptionExample

Code

public function bar() {
  throw new Exception($this
    ->t('Error'));
}