Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

AccessException.php

Namespace

Drupal\Core\Access

File

core/lib/Drupal/Core/Access/AccessException.php

View source
<?php

namespace Drupal\Core\Access;


/**
 * An exception thrown for access errors.
 *
 * Examples could be invalid access callback return values, or invalid access
 * objects being used.
 */
class AccessException extends \RuntimeException {

}

Classes

Title Deprecated Summary
AccessException An exception thrown for access errors.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal