class CasValidateException in CAS 2.x
Same name and namespace in other branches
- 8 src/Exception/CasValidateException.php \Drupal\cas\Exception\CasValidateException
Extends \Exception.
Hierarchy
- class \Drupal\cas\Exception\CasValidateException extends \Drupal\cas\Exception\Exception
Expanded class hierarchy of CasValidateException
3 files declare their use of CasValidateException
- CasValidator.php in src/
Service/ CasValidator.php - ServiceController.php in src/
Controller/ ServiceController.php - ServiceControllerTest.php in tests/
src/ Unit/ Controller/ ServiceControllerTest.php
File
- src/
Exception/ CasValidateException.php, line 8
Namespace
Drupal\cas\ExceptionView source
class CasValidateException extends \Exception {
}