AuthorizationSkipAuthorization.php in Authorization 8
Namespace
Drupal\authorizationFile
src/AuthorizationSkipAuthorization.phpView source
<?php
declare (strict_types=1);
namespace Drupal\authorization;
/**
* Exception for when the entire profile should be skipped.
*/
class AuthorizationSkipAuthorization extends \Exception {
}
Classes
Name | Description |
---|---|
AuthorizationSkipAuthorization | Exception for when the entire profile should be skipped. |