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