New files added
This commit is contained in:
parent
44a6d295d8
commit
594b8a64fa
2 changed files with 18 additions and 0 deletions
6
Response.php
Normal file
6
Response.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
class Response{
|
||||
const NOT_FOUND = 404;
|
||||
const FORBIDDEN = 403;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue