class MyException in Coder 7.2
Same name and namespace in other branches
- 8.2 coder_sniffer/Drupal/Test/good/good.php \MyException
Hierarchy
- class \MyException extends \Exception
Expanded class hierarchy of MyException
File
- coder_sniffer/
Test/ good/ good.php, line 354 - This file contains all the valid notations for the drupal coding standard.
View source
class MyException extends Exception {
}