mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
Convert some constants to enums
This commit is contained in:
parent
06425d3dd6
commit
ee7c8343dd
52 changed files with 282 additions and 268 deletions
5
lib/Exceptions/InvalidHttpMethodException.php
Normal file
5
lib/Exceptions/InvalidHttpMethodException.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidHttpMethodException extends AppException{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue