start introducing parent exception

This commit is contained in:
spencerrlongg
2025-07-07 18:05:23 -05:00
parent db63ad1cf4
commit d5ca543719
10 changed files with 14 additions and 18 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ namespace App\Exceptions;
use Exception;
class ModelStillHasComponents extends Exception
class ModelStillHasComponents extends ModelStillHasChildren
{
//
}