UnsupportedRouteAttributePropertyException.php

Same filename and directory in other branches
  1. 11.x core/lib/Drupal/Core/Routing/UnsupportedRouteAttributePropertyException.php

Namespace

Drupal\Core\Routing

File

core/lib/Drupal/Core/Routing/UnsupportedRouteAttributePropertyException.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Core\Routing;


/**
 * Thrown when using unsupported route attribute properties.
 */
class UnsupportedRouteAttributePropertyException extends \Exception {

}

Classes

Title Deprecated Summary
UnsupportedRouteAttributePropertyException Thrown when using unsupported route attribute properties.

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