diff --git a/core/includes/menu.inc b/core/includes/menu.inc index dc832d3..bf94563 100644 --- a/core/includes/menu.inc +++ b/core/includes/menu.inc @@ -12,7 +12,7 @@ use Drupal\menu_link\Plugin\Core\Entity\MenuLink; use Drupal\menu_link\MenuLinkStorageController; use Symfony\Component\HttpFoundation\Request; -use Symfony\Component\Routing\Exception\ResourceNotFoundException; +use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; use Symfony\Component\Routing\Route; /**