@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Scriptotek\Alma\Model; |
| 4 | 4 | |
| 5 | -use Scriptotek\Alma\Exception\ClientException; |
|
| 6 | - |
|
| 7 | 5 | /** |
| 8 | 6 | * A SimplePaginatedList is a list that is paged using the `offset` |
| 9 | 7 | * and `limit` parameters and that provides a `totalRecordCount` in the first response, |