<?php

namespace Drupal\Core\Session;

/**
 * An exception thrown when permissions are returned for the wrong scope.
 */
class AccessPolicyScopeException extends \Exception {}
