first commit
This commit is contained in:
9
app/Services/BookInformation/LookupException.php
Normal file
9
app/Services/BookInformation/LookupException.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services\BookInformation;
|
||||
|
||||
use Exception;
|
||||
|
||||
class LookupException extends Exception {
|
||||
|
||||
}
|
Reference in New Issue
Block a user