WorkspaceAccessException.php

Same filename and directory in other branches
  1. 8.9.x core/modules/workspaces/src/WorkspaceAccessException.php
  2. 10 core/modules/workspaces/src/WorkspaceAccessException.php
  3. 11.x core/modules/workspaces/src/WorkspaceAccessException.php

Namespace

Drupal\workspaces

File

core/modules/workspaces/src/WorkspaceAccessException.php

View source
<?php

namespace Drupal\workspaces;

use Drupal\Core\Access\AccessException;

/**
 * Exception thrown when trying to switch to an inaccessible workspace.
 */
class WorkspaceAccessException extends AccessException {

}

Classes

Title Deprecated Summary
WorkspaceAccessException Exception thrown when trying to switch to an inaccessible workspace.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.