default services conflit ?
This commit is contained in:
18
old.vendor/willdurand/geocoder/Exception/OutOfBounds.php
Normal file
18
old.vendor/willdurand/geocoder/Exception/OutOfBounds.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Geocoder package.
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*
|
||||
* @license MIT License
|
||||
*/
|
||||
|
||||
namespace Geocoder\Exception;
|
||||
|
||||
/**
|
||||
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
|
||||
*/
|
||||
final class OutOfBounds extends \OutOfBoundsException implements Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user