mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
Rename exception for consistency
This commit is contained in:
parent
94d62fdcdf
commit
c36d1ac3d3
4 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class DuplicateEbookException extends AppException{
|
||||
class EbookExistsException extends AppException{
|
||||
public function __construct(string $identifier){
|
||||
$this->message = 'Ebook already exists with identifier: ' . $identifier;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue