X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FHttp%2FException%2FCacheablePreconditionRequiredHttpException.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FHttp%2FException%2FCacheablePreconditionRequiredHttpException.php;h=06fd39546fbe9dedecd3d58c233f657530a60009;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/lib/Drupal/Core/Http/Exception/CacheablePreconditionRequiredHttpException.php b/web/core/lib/Drupal/Core/Http/Exception/CacheablePreconditionRequiredHttpException.php new file mode 100644 index 000000000..06fd39546 --- /dev/null +++ b/web/core/lib/Drupal/Core/Http/Exception/CacheablePreconditionRequiredHttpException.php @@ -0,0 +1,24 @@ +setCacheability($cacheability); + parent::__construct($message, $previous, $code); + } + +}