UnsupportedRouteAttributePropertyException.php
Same filename and directory in other branches
Namespace
Drupal\Core\RoutingFile
-
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.