Ubiquity
2.0.3
php rapid development framework
CacheException.php
Go to the documentation of this file.
1
<?php
2
namespace
Ubiquity\exceptions
;
3
4
10
class
CacheException
extends
UbiquityException
{
11
public
function
__construct
($message=null,$code=null,$previous=null){
12
parent::__construct($message, $code, $previous);
13
}
14
}
Ubiquity\exceptions
Definition:
CacheException.php:2
Ubiquity\exceptions\CacheException\__construct
__construct($message=null, $code=null, $previous=null)
Definition:
CacheException.php:11
Ubiquity\exceptions\UbiquityException
Definition:
UbiquityException.php:6
Ubiquity\exceptions\CacheException
Exceptions for Cache.
Definition:
CacheException.php:10
Ubiquity
exceptions
CacheException.php
Generated on Thu May 31 2018 02:05:15 for
Ubiquity
by
doxygen
1.8.13