rename all exceptions

This commit is contained in:
spencerrlongg
2025-08-20 22:58:39 -05:00
parent e33b1b6c90
commit b934f43db0
23 changed files with 152 additions and 148 deletions
@@ -0,0 +1,10 @@
<?php
namespace App\Exceptions;
use Exception;
class ItemStillHasAssetModels extends ItemStillHasChildren
{
//
}