AccessException.php
Namespace
Drupal\Core\AccessFile
-
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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.