PHP Classes

File: classes/text/exception/text-exception.php

Recommend this page to a friend!
  Classes of Gonzalo Chumillas   HttpRequest   classes/text/exception/text-exception.php   Download  
File: classes/text/exception/text-exception.php
Role: Class source
Content type: text/plain
Description: Class source
Class: HttpRequest
Send HTTP requests to remote servers
Author: By
Last change:
Date: 9 years ago
Size: 675 bytes
 

Contents

Class file image Download
<?php
/**
 * This file is part of Soloproyectos common library.
 *
 * @author Gonzalo Chumillas <gchumillas@email.com>
 * @license https://github.com/soloproyectos/php.common-libs/blob/master/LICENSE BSD 2-Clause License
 * @link https://github.com/soloproyectos/php.common-libs
 */
namespace com\soloproyectos\common\text\exception;
use \
Exception;

/**
 * class TextException
 *
 * @package Text\Exception
 * @author Gonzalo Chumillas <gchumillas@email.com>
 * @license https://github.com/soloproyectos/php.common-libs/blob/master/LICENSE BSD 2-Clause License
 * @link https://github.com/soloproyectos/php.common-libs
 */
class TextException extends Exception
{

}