Diff #4 - trunk/src/Exceptions/RestApiExceptionInterface.php Repo: apex/rest-api Revision: 4 Filename: trunk/src/Exceptions/RestApiExceptionInterface.php Size: 84 bytes Updated By: apex Date Updated: January 20, 2025 at 08:40 DiffFull Code Diff Index: RestApiExceptionInterface.php --- RestApiExceptionInterface.php (nonexistent) +++ RestApiExceptionInterface.php (revision 4) @@ -0,0 +1,9 @@ +<?php + +namespace App\RestApi\Exceptions; + +interface RestApiExceptionInterface +{ + +} + Full Code <?php namespace App\RestApi\Exceptions; interface RestApiExceptionInterface { }