<?php

declare(strict_types=1);

namespace Drupal\Core\Routing;

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