3 lines
101 B
PHP
3 lines
101 B
PHP
<?php
|
|
|
|
$resp = new Symfony\Component\HttpFoundation\Response('Sorry, a server error happened', 500);
|