Skip to content

Commit aa6bd20

Browse files
authored
Added full namespace to exceptions (#528)
1 parent 7e5cad1 commit aa6bd20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Geocoder/Geocoder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface Geocoder
2828
* @param string $value
2929
*
3030
* @return AddressCollection
31-
* @throws Geocoder\Exception\Exception
31+
* @throws \Geocoder\Exception\Exception
3232
*/
3333
public function geocode($value);
3434

@@ -39,7 +39,7 @@ public function geocode($value);
3939
* @param double $longitude
4040
*
4141
* @return AddressCollection
42-
* @throws Geocoder\Exception\Exception
42+
* @throws \Geocoder\Exception\Exception
4343
*/
4444
public function reverse($latitude, $longitude);
4545

0 commit comments

Comments
 (0)