class MyException in Coder 8.2
Same name and namespace in other branches
- 7.2 coder_sniffer/Test/good/good.php \MyException
It is allowed to have the closing "}" on the same line if the class is empty.
Hierarchy
- class \MyException extends \Exception
Expanded class hierarchy of MyException
File
- coder_sniffer/
Drupal/ Test/ good/ good.php, line 690 - This file contains all the valid notations for the drupal coding standard.
View source
class MyException extends Exception {
}