Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
10 */ | 10 */ |
11 | 11 |
12 namespace Symfony\Component\HttpKernel\Exception; | 12 namespace Symfony\Component\HttpKernel\Exception; |
13 | 13 |
14 /** | 14 /** |
15 * PreconditionRequiredHttpException. | |
16 * | |
17 * @author Ben Ramsey <ben@benramsey.com> | 15 * @author Ben Ramsey <ben@benramsey.com> |
18 * | 16 * |
19 * @see http://tools.ietf.org/html/rfc6585 | 17 * @see http://tools.ietf.org/html/rfc6585 |
20 */ | 18 */ |
21 class PreconditionRequiredHttpException extends HttpException | 19 class PreconditionRequiredHttpException extends HttpException |
22 { | 20 { |
23 /** | 21 /** |
24 * Constructor. | |
25 * | |
26 * @param string $message The internal exception message | 22 * @param string $message The internal exception message |
27 * @param \Exception $previous The previous exception | 23 * @param \Exception $previous The previous exception |
28 * @param int $code The internal exception code | 24 * @param int $code The internal exception code |
29 */ | 25 */ |
30 public function __construct($message = null, \Exception $previous = null, $code = 0) | 26 public function __construct($message = null, \Exception $previous = null, $code = 0) |