Mercurial > hg > isophonics-drupal-site
annotate core/modules/workspaces/src/WorkspaceAccessException.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | |
children |
rev | line source |
---|---|
Chris@17 | 1 <?php |
Chris@17 | 2 |
Chris@17 | 3 namespace Drupal\workspaces; |
Chris@17 | 4 |
Chris@17 | 5 use Drupal\Core\Access\AccessException; |
Chris@17 | 6 |
Chris@17 | 7 /** |
Chris@17 | 8 * Exception thrown when trying to switch to an inaccessible workspace. |
Chris@17 | 9 */ |
Chris@17 | 10 class WorkspaceAccessException extends AccessException { |
Chris@17 | 11 |
Chris@17 | 12 } |