Files
Sample
admin
docs
pages
qrcode
system
autoload
PEAR2
Cache
SHM
Adapter
Exception.php
InvalidArgumentException.php
SHM.php
Console
Net
Autoload.php
Admin.php
App.php
Paginator.php
Password.php
Router.php
Timezone.php
User.php
Validator.php
index.html
controllers
install
lan
uploads
vendors
boot.php
config.sample.php
cron.php
index.html
orm.php
ui
.gitignore
LICENSE
README.md
index.php
mitrobill/system/autoload/PEAR2/Cache/SHM/InvalidArgumentException.php

36 lines
818 B
PHP
Raw Normal View History

2017-03-11 02:51:06 +07:00
<?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;
/**
* Exception thrown when there's something wrong with an argument.
*
* @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
*/
class InvalidArgumentException extends \InvalidArgumentException
implements Exception
{
}