Mercurial > hg > isophonics-drupal-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
1 <?php | |
2 | |
3 namespace Drupal\workspaces; | |
4 | |
5 use Drupal\Core\Access\AccessException; | |
6 | |
7 /** | |
8 * Exception thrown when trying to switch to an inaccessible workspace. | |
9 */ | |
10 class WorkspaceAccessException extends AccessException { | |
11 | |
12 } |