bookinventory/app/Services/BookInformation/LookupException.php

9 lines
108 B
PHP

<?php
namespace App\Services\BookInformation;
use Exception;
class LookupException extends Exception {
}