mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Initial code changes to insert/update Ebook records
This commit is contained in:
parent
073f138c47
commit
63d411a2e6
10 changed files with 531 additions and 28 deletions
5
lib/Exceptions/EbookIdentifierRequiredException.php
Normal file
5
lib/Exceptions/EbookIdentifierRequiredException.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class EbookIdentifierRequiredException extends AppException{
|
||||
}
|
5
lib/Exceptions/EbookTitleRequiredException.php
Normal file
5
lib/Exceptions/EbookTitleRequiredException.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class EbookTitleRequiredException extends AppException{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue