class UserMergeException in User Merge 2.x
Class UserMergeException.
@package Drupal\usermerge\Exception
Hierarchy
- class \Drupal\usermerge\Exception\UserMergeException extends \Exception
Expanded class hierarchy of UserMergeException
13 files declare their use of UserMergeException
- ActionBlock.php in src/
Plugin/ UserMerge/ Action/ ActionBlock.php - ActionBlockTest.php in tests/
src/ Kernel/ ActionBlockTest.php - ActionDelete.php in src/
Plugin/ UserMerge/ Action/ ActionDelete.php - ActionDeleteTest.php in tests/
src/ Kernel/ ActionDeleteTest.php - BatchGenerator.php in src/
BatchGenerator.php
File
- src/
Exception/ UserMergeException.php, line 12
Namespace
Drupal\usermerge\ExceptionView source
class UserMergeException extends Exception {
}