@@ -9,7 +9,7 @@ |
||
9 | 9 | - 'userRateLimitExceeded': The per-user limit from the Developer Console has been reached. |
10 | 10 | - 'userRateLimitExceededUnreg': Limit when unregistered |
11 | 11 | - More? |
12 | - */ |
|
12 | + */ |
|
13 | 13 | private $reason; |
14 | 14 | |
15 | 15 | public function __construct($message, $reason) |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Scriptotek\GoogleBooks; |
4 | 4 | |
5 | -use GuzzleHttp\Client; |
|
6 | 5 | use Scriptotek\GoogleBooks\GoogleBooks; |
7 | 6 | |
8 | 7 | class LibraryBuilder |