You are here

ExternalAuthRegisterException.php in External Authentication 8

Same filename and directory in other branches
  1. 2.0.x src/Exception/ExternalAuthRegisterException.php

File

src/Exception/ExternalAuthRegisterException.php
View source
<?php

namespace Drupal\externalauth\Exception;


/**
 * Class ExternalAuthRegisterException.
 */
class ExternalAuthRegisterException extends \Exception {

}

Classes

Namesort descending Description
ExternalAuthRegisterException Class ExternalAuthRegisterException.