X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fhttp-kernel%2FException%2FPreconditionRequiredHttpException.php;fp=vendor%2Fsymfony%2Fhttp-kernel%2FException%2FPreconditionRequiredHttpException.php;h=9d0a36d7d34d600b26b32eac42e11f28dbb9a114;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=08ebca2241e0078e29f52ad5521e76acf9e31c68;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php b/vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php index 08ebca224..9d0a36d7d 100644 --- a/vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php +++ b/vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php @@ -12,8 +12,6 @@ namespace Symfony\Component\HttpKernel\Exception; /** - * PreconditionRequiredHttpException. - * * @author Ben Ramsey * * @see http://tools.ietf.org/html/rfc6585 @@ -21,8 +19,6 @@ namespace Symfony\Component\HttpKernel\Exception; class PreconditionRequiredHttpException extends HttpException { /** - * Constructor. - * * @param string $message The internal exception message * @param \Exception $previous The previous exception * @param int $code The internal exception code