summaryrefslogtreecommitdiff
path: root/includes/pear/HTTP2/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pear/HTTP2/Exception.php')
-rwxr-xr-xincludes/pear/HTTP2/Exception.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/includes/pear/HTTP2/Exception.php b/includes/pear/HTTP2/Exception.php
deleted file mode 100755
index 319401b..0000000
--- a/includes/pear/HTTP2/Exception.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-/**
- * Part of HTTP2
- *
- * PHP version 5
- *
- * @category HTTP
- * @package HTTP2
- * @author Daniel O'Connor <daniel.oconnor@rpdata.com>
- * @copyright 2012-2013 The Authors
- * @license http://www.opensource.org/licenses/bsd-license.php New BSD License
- * @link http://pear.php.net/package/HTTP2
- */
-
-/**
- * Simple exception class for HTTP2
- *
- * @category HTTP
- * @package HTTP2
- * @author Daniel O'Connor <daniel.oconnor@rpdata.com>
- * @license http://www.opensource.org/licenses/bsd-license.php New BSD License
- * @version Release: 1.1.2
- * @link http://pear.php.net/package/HTTP2
- */
-class HTTP2_Exception extends Exception
-{
-}
-?>