Allow creating new ebook placeholders when creating a new project

This commit is contained in:
Alex Cabal 2024-12-18 22:23:39 -06:00
parent 4596aeb007
commit 98e09f414e
14 changed files with 114 additions and 44 deletions

View file

@ -0,0 +1,7 @@
<?
namespace Exceptions;
class InvalidDiscussionUrlException extends InvalidUrlException{
/** @var string $message */
protected $message = 'Invalid discussion URL.';
}