forked from kevinowino869/mitrobill
Sample
admin
docs
pages_template
qrcode
system
autoload
PEAR2
Cache
SHM
Adapter
Exception.php
InvalidArgumentException.php
SHM.php
Console
Net
Autoload.php
Admin.php
App.php
Http.php
PGTripay.php
PGXendit.php
Package.php
Paginator.php
Password.php
Router.php
Timezone.php
User.php
Validator.php
index.html
controllers
install
lan
paymentgateway
uploads
vendors
boot.php
config.sample.php
cron.php
index.html
orm.php
radius.php
ui
.gitignore
LICENSE
README.md
index.php
35 lines
725 B
PHP
35 lines
725 B
PHP
![]() |
<?php
|
||
|
|
||
|
/**
|
||
|
* ~~summary~~
|
||
|
*
|
||
|
* ~~description~~
|
||
|
*
|
||
|
* PHP version 5
|
||
|
*
|
||
|
* @category Caching
|
||
|
* @package PEAR2_Cache_SHM
|
||
|
* @author Vasil Rangelov <boen.robot@gmail.com>
|
||
|
* @copyright 2011 Vasil Rangelov
|
||
|
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
|
||
|
* @version 0.1.3
|
||
|
* @link http://pear2.php.net/PEAR2_Cache_SHM
|
||
|
*/
|
||
|
/**
|
||
|
* The namespace declaration.
|
||
|
*/
|
||
|
namespace PEAR2\Cache\SHM;
|
||
|
|
||
|
/**
|
||
|
* Generic exception class of this package.
|
||
|
*
|
||
|
* @category Caching
|
||
|
* @package PEAR2_Cache_SHM
|
||
|
* @author Vasil Rangelov <boen.robot@gmail.com>
|
||
|
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
|
||
|
* @link http://pear2.php.net/PEAR2_Cache_SHM
|
||
|
*/
|
||
|
interface Exception
|
||
|
{
|
||
|
}
|