Add search providers as an editable yaml file + allow searching tiles

This commit is contained in:
Kode
2022-03-13 19:30:24 +00:00
parent 96ec1e0b08
commit f73b78f292
37 changed files with 7013 additions and 63 deletions

View File

@@ -0,0 +1,21 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Yaml\Exception;
/**
* Exception class thrown when an error occurs during parsing.
*
* @author Romain Neutron <imprec@gmail.com>
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}