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

Breadcrumb

  1. Drupal Core 11.1.x

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.

API Navigation

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