ExternalAuthRegisterException.php in External Authentication 2.0.x
Same filename and directory in other branches
Namespace
Drupal\externalauth\ExceptionFile
src/Exception/ExternalAuthRegisterException.phpView source
<?php
namespace Drupal\externalauth\Exception;
/**
* Class ExternalAuthRegisterException.
*/
class ExternalAuthRegisterException extends \Exception {
}
Classes
Name | Description |
---|---|
ExternalAuthRegisterException | Class ExternalAuthRegisterException. |