public function__construct(FileLocatorInterface $locator, AttributeClassLoader $loader) {
if (!\function_exists('token_get_all')) {
thrownew\LogicException('The Tokenizer extension is required for the routing attribute loader.');
}
parent::__construct($locator);
}