Initial code changes to insert/update Ebook records

This commit is contained in:
Mike Colagrosso 2024-04-20 23:21:48 -06:00 committed by Alex Cabal
parent 073f138c47
commit 63d411a2e6
10 changed files with 531 additions and 28 deletions

View file

@ -0,0 +1,5 @@
<?
namespace Exceptions;
class EbookIdentifierRequiredException extends AppException{
}

View file

@ -0,0 +1,5 @@
<?
namespace Exceptions;
class EbookTitleRequiredException extends AppException{
}