TheMathWizard/Response.php
Patryk Hegenberg 594b8a64fa New files added
2022-12-18 15:10:02 +01:00

6 lines
No EOL
78 B
PHP

<?php
class Response{
const NOT_FOUND = 404;
const FORBIDDEN = 403;
}