You are here

AuthorizationSkipAuthorization.php in Authorization 8

File

src/AuthorizationSkipAuthorization.php
View source
<?php

declare (strict_types=1);
namespace Drupal\authorization;


/**
 * Exception for when the entire profile should be skipped.
 */
class AuthorizationSkipAuthorization extends \Exception {

}

Classes

Namesort descending Description
AuthorizationSkipAuthorization Exception for when the entire profile should be skipped.