Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/vendor-1/magento/framework/Stdlib/Cookie/
Upload File :
Current File : /home/dev2.destoffenstraat.com/vendor-1/magento/framework/Stdlib/Cookie/FailureToSendException.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Framework\Stdlib\Cookie;

use Magento\Framework\Exception\LocalizedException;

/**
 * FailureToSendException is thrown when trying to set a cookie but the response has already been sent, making it
 * impossible to send any cookie information back to the client.
 *
 * @api
 * @since 100.0.2
 */
class FailureToSendException extends LocalizedException
{
}