Website/items/api/app/Exceptions/ItemNotFoundException.php
2021-10-27 20:04:38 -04:00

11 lines
101 B
PHP

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