PEAR2_Net_Transmitter-1.0.0a1 › PEAR2_Net_Transmitter-1.0.0a1/src/PEAR2/Net/Transmitter/Exception.php
- PEAR2_Net_Transmitter-1.0.0a1/
- package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
/**
* Wrapper for stream functionality.
*
* This package provides data integrity to stream functionality, particularly useful for sockets.
*
* PHP version 5
*
* @category Net
* @package PEAR2_Net_Transmitter
* @author Vasil Rangelov <boen.robot@gmail.com>
* @copyright 2011 Vasil Rangelov
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
* @version 1.0.0a1
* @link http://netrouteros.sourceforge.net/
*/
/**
* The namespace declaration.
*/
namespace PEAR2\Net\Transmitter;
/**
* Generic exception class of this package.
*
* @category Net
* @package PEAR2_Net_Transmitter
* @author Vasil Rangelov <boen.robot@gmail.com>
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
* @link http://netrouteros.sourceforge.net/
*/
interface Exception
{
}EOF
