bookinventory/app/Services/BookInformation/LookupException.php

9 lines
108 B
PHP
Raw Normal View History

2020-12-21 07:09:34 +00:00
<?php
namespace App\Services\BookInformation;
use Exception;
class LookupException extends Exception {
}