mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
Add type hints to Artwork class members
This commit is contained in:
parent
5b6a334dd0
commit
8e37543fa3
5 changed files with 64 additions and 47 deletions
6
lib/Exceptions/MuseumNotFoundException.php
Normal file
6
lib/Exceptions/MuseumNotFoundException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class MuseumNotFoundException extends AppException{
|
||||
protected $message = 'We couldn’t locate that museum.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue