class WrongUsernameException in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8 src/Exceptions/WrongUsernameException.php \Drupal\tmgmt_smartling\Exceptions\WrongUsernameException
- 8.2 src/Exceptions/WrongUsernameException.php \Drupal\tmgmt_smartling\Exceptions\WrongUsernameException
- 8.3 src/Exceptions/WrongUsernameException.php \Drupal\tmgmt_smartling\Exceptions\WrongUsernameException
Hierarchy
- class \Drupal\tmgmt_smartling\Exceptions\SmartlingBaseException extends \Drupal\tmgmt_smartling\Exceptions\Exception
- class \Drupal\tmgmt_smartling\Exceptions\WrongUsernameException
Expanded class hierarchy of WrongUsernameException
2 files declare their use of WrongUsernameException
- ContextCurrentUserAuth.php in src/
Context/ ContextCurrentUserAuth.php - ContextUserAuth.php in src/
Context/ ContextUserAuth.php
File
- src/
Exceptions/ WrongUsernameException.php, line 5
Namespace
Drupal\tmgmt_smartling\ExceptionsView source
class WrongUsernameException extends SmartlingBaseException {
}