Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/framework/Stdlib/Cookie/
Upload File :
Current File : //home/rtorresani/www/vendor/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
{
}