@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Exception; |
6 | 6 | use LeadThread\Bitly\Bitly as BitlyDriver; |
7 | -use LeadThread\Shortener\Exceptions\ShortenerException; |
|
8 | 7 | |
9 | 8 | class Bitly extends Rotator |
10 | 9 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Exception; |
6 | 6 | use LeadThread\GoogleShortener\Google as GoogleDriver; |
7 | -use LeadThread\Shortener\Exceptions\ShortenerException; |
|
8 | 7 | |
9 | 8 | class Google extends Rotator |
10 | 9 | { |