<?php /** * This file is part of the PHP Generics package. * * @package Generics */ namespace Generics\Client; use Generics\GenericsException; /** * Derived exception used for HTTP exceptions * * @author Maik Greubel <greubel@nkey.de> */ class HttpException extends GenericsException { }
info at phpclasses dot org