UnsupportedVarnishVersion.php 263 B

1234567891011121314
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\PageCache\Exception;
  7. use Magento\Framework\Exception\LocalizedException;
  8. class UnsupportedVarnishVersion extends LocalizedException
  9. {
  10. }