6 lines
No EOL
78 B
PHP
6 lines
No EOL
78 B
PHP
<?php
|
|
|
|
class Response{
|
|
const NOT_FOUND = 404;
|
|
const FORBIDDEN = 403;
|
|
} |