Ubiquity  2.0.3
php rapid development framework
CacheException.php
Go to the documentation of this file.
1 <?php
3 
4 
11  public function __construct($message=null,$code=null,$previous=null){
12  parent::__construct($message, $code, $previous);
13  }
14 }
__construct($message=null, $code=null, $previous=null)