mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Limit artwork results at the DB level
This commit is contained in:
parent
d7275074b8
commit
a9dcdcde94
4 changed files with 190 additions and 111 deletions
5
lib/Exceptions/PageOutOfBoundsException.php
Normal file
5
lib/Exceptions/PageOutOfBoundsException.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class PageOutOfBoundsException extends AppException{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue