Simplify exceptions in HttpInput

This commit is contained in:
Alex Cabal 2025-02-24 14:42:49 -06:00
parent 3ff13397f0
commit 0a684facee
3 changed files with 6 additions and 17 deletions

View file

@ -1,5 +0,0 @@
<?
namespace Exceptions;
class InvalidHttpMethodException extends AppException{
}