Remove record not found exception

This commit is contained in:
Lance Pioch
2024-03-16 23:34:45 -04:00
parent dece74c185
commit 1172fec6e5
37 changed files with 0 additions and 77 deletions

View File

@@ -23,8 +23,6 @@ class ServerInstallController extends Controller
/**
* Returns installation information for a server.
*
* @throws RecordNotFoundException
*/
public function index(Request $request, string $uuid): JsonResponse
{
@@ -41,7 +39,6 @@ class ServerInstallController extends Controller
/**
* Updates the installation state of a server.
*
* @throws \App\Exceptions\Repository\RecordNotFoundException
* @throws \App\Exceptions\Model\DataValidationException
*/
public function store(InstallationDataRequest $request, string $uuid): JsonResponse