mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Record and summarize Ebook downloads in the DB (#498)
This commit is contained in:
parent
61b8ca27b1
commit
475c437126
12 changed files with 289 additions and 4 deletions
7
lib/Exceptions/InvalidEbookDownloadSummaryException.php
Normal file
7
lib/Exceptions/InvalidEbookDownloadSummaryException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidEbookDownloadSummaryException extends ValidationException{
|
||||
/** @var string $message */
|
||||
protected $message = 'EbookDownloadSummary is invalid.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue