mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Allow creating new ebook placeholders when creating a new project
This commit is contained in:
parent
4596aeb007
commit
98e09f414e
14 changed files with 114 additions and 44 deletions
7
lib/Exceptions/InvalidDiscussionUrlException.php
Normal file
7
lib/Exceptions/InvalidDiscussionUrlException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidDiscussionUrlException extends InvalidUrlException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Invalid discussion URL.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue