We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3170083 commit 361663eCopy full SHA for 361663e
bpost.php
@@ -14,9 +14,7 @@
14
15
use Geocoder\Collection;
16
use Geocoder\Exception\InvalidArgument;
17
-use Geocoder\Exception\InvalidCredentials;
18
use Geocoder\Exception\InvalidServerResponse;
19
-use Geocoder\Exception\QuotaExceeded;
20
use Geocoder\Exception\UnsupportedOperation;
21
use Geocoder\Http\Provider\AbstractHttpProvider;
22
use Geocoder\Model\Address;
@@ -25,8 +23,8 @@
25
23
use Geocoder\Provider\Provider;
26
24
use Geocoder\Query\GeocodeQuery;
27
use Geocoder\Query\ReverseQuery;
28
-use Http\Client\HttpClient;
29
use GuzzleHttp\Psr7;
+use Http\Client\HttpClient;
30
31
/**
32
* @author Jonathan Beliën <jbe@geo6.be>
0 commit comments