This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel/Exception
Bilal Amarni 26b8b47221 checked for a potentially missing key
The 'function' key isn't always available in the trace. This was
causing me a notice.
2012-12-12 10:42:27 +01:00
..
AccessDeniedHttpException.php Fixed phpdoc 2011-07-11 14:08:49 +02:00
FlattenException.php checked for a potentially missing key 2012-12-12 10:42:27 +01:00
HttpException.php [HttpKernel] fixed typo 2011-03-25 07:19:02 +01:00
HttpExceptionInterface.php fixed CS (mainly method signatures) 2012-07-09 14:43:50 +02:00
MethodNotAllowedHttpException.php fixed phpdoc @param alignment 2012-05-15 18:56:32 +02:00
NotFoundHttpException.php removed the status message from HttpException, changed the signature so that most useful arguments are first, fixed many small problems introduced with previous HTTP exception refactoring 2011-03-23 16:11:54 +01:00