b0y-101 Mini Shell


Current Path : E:/www2/risk/libraries/vendor/joomla/application/src/Exception/
File Upload :
Current File : E:/www2/risk/libraries/vendor/joomla/application/src/Exception/UnableToWriteBody.php

<?php
/**
 * Part of the Joomla Framework Application Package
 *
 * @copyright  Copyright (C) 2005 - 2021 Open Source Matters, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE
 */

namespace Joomla\Application\Exception;

/**
 * Exception thrown when the application can't write to the response body
 *
 * @since  2.0.0
 */
class UnableToWriteBody extends \DomainException
{
}

Copyright © 2019 by b0y-101