Blame view

administrator/components/com_jmap/framework/Google/IO/Exception.php 432 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?php
// namespace administrator\components\com_jmap\framework\google;
/**
 *
 * @package JMAP::FRAMEWORK::administrator::components::com_jmap
 * @subpackage framework
 * @subpackage google
 * @author Joomla! Extensions Store
 * @copyright (C) 2015 - Joomla! Extensions Store
 * @license GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
 */
defined ( '_JEXEC' ) or die ();


class Google_IO_Exception extends Google_Exception
{
}