some notes and things moved

This commit is contained in:
spencerrlongg
2025-06-11 11:39:14 -05:00
parent 17456482d6
commit 5e81c63d6e
3 changed files with 27 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App\Exceptions;
use Exception;
class ModelIsNotDeletable extends Exception
{
//
}