Website/items-old/api/app/Exceptions/ItemNotFoundException.php
Mangiang 16b4cce118
Some checks failed
continuous-integration/drone/push Build is failing
feat: Create new db app
2021-12-17 01:02:12 -05:00

11 lines
101 B
PHP

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