spt-items-api/app/Exceptions/ItemNotFoundException.php

11 lines
101 B
PHP
Raw Normal View History

<?php
namespace App\Exceptions;
use Exception;
class ItemNotFoundException extends Exception
{
}