mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 23:00:28 -04:00
Add projects index page, and more detail on placeholder pages
This commit is contained in:
parent
fe5bb8ed48
commit
c7a4e34e31
15 changed files with 211 additions and 59 deletions
7
lib/Exceptions/ProjectNotFoundException.php
Normal file
7
lib/Exceptions/ProjectNotFoundException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class ProjectNotFoundException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'We couldn’t locate that project.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue